Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
131686f4
Commit
131686f4
authored
Jul 15, 2013
by
Davis King
Browse files
Changed cmake file so python libraries have the correct extension on mac systems.
parent
56d6a8a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dlib/add_python_module
dlib/add_python_module
+1
-0
No files found.
dlib/add_python_module
View file @
131686f4
...
...
@@ -60,6 +60,7 @@ macro(add_python_module module_name module_sources )
SET_TARGET_PROPERTIES( ${module_name}_
PROPERTIES
PREFIX ""
SUFFIX ".so"
OUTPUT_NAME ${module_name}
)
endif()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment