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
967cd822
Commit
967cd822
authored
Apr 29, 2013
by
Davis King
Browse files
Fixed incorrect search paths on windows.
parent
0c3952d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/add_python_module
dlib/add_python_module
+2
-2
No files found.
dlib/add_python_module
View file @
967cd822
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
# for an example.
# for an example.
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH}
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH}
"
C:/Program Files(x86)/boost/boost_1_*"
"C:/Program Files
(x86)/boost/boost_1_*"
"
C:/Program Files/boost/boost_1_*" )
"C:/Program Files/boost/boost_1_*" )
#SET(Boost_USE_STATIC_LIBS OFF)
#SET(Boost_USE_STATIC_LIBS OFF)
#SET(Boost_USE_MULTITHREADED ON)
#SET(Boost_USE_MULTITHREADED ON)
...
...
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