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
29b5b286
Commit
29b5b286
authored
Nov 20, 2017
by
Davis King
Browse files
Changed python build script to append rather than overwrite CMAKE_PREFIX_PATH.
parent
a930fe80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/cmake_utils/add_python_module
dlib/cmake_utils/add_python_module
+1
-1
No files found.
dlib/cmake_utils/add_python_module
View file @
29b5b286
...
@@ -32,7 +32,7 @@ get_filename_component(PYTHON_EXECUTABLE ${PYTHON_EXECUTABLE} REALPATH)
...
@@ -32,7 +32,7 @@ get_filename_component(PYTHON_EXECUTABLE ${PYTHON_EXECUTABLE} REALPATH)
# Pick out the parent directories
# Pick out the parent directories
get_filename_component(PYTHON_PATH ${PYTHON_EXECUTABLE} PATH)
get_filename_component(PYTHON_PATH ${PYTHON_EXECUTABLE} PATH)
get_filename_component(PYTHON_PATH ${PYTHON_PATH} PATH)
get_filename_component(PYTHON_PATH ${PYTHON_PATH} PATH)
set(
CMAKE_PREFIX_PATH ${PYTHON_PATH})
list(APPEND
CMAKE_PREFIX_PATH
"
${PYTHON_PATH}
"
)
# To avoid dll hell, always link everything statically when compiling in
# To avoid dll hell, always link everything statically when compiling in
...
...
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