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
493c713a
"tools/python/vscode:/vscode.git/clone" did not exist on "89ee7cdb588a82ea2713b3dae616aa1ff200288a"
Commit
493c713a
authored
Dec 20, 2014
by
Davis King
Browse files
Removed quoting from path strings
parent
d502fc6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
dlib/add_python_module
dlib/add_python_module
+6
-4
No files found.
dlib/add_python_module
View file @
493c713a
...
@@ -20,11 +20,13 @@
...
@@ -20,11 +20,13 @@
# A list of various paths you need to search on windows since people install
# A list of various paths you need to search on windows since people install
# boost in a bunch of different places.
# boost in a bunch of different places.
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH}
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH}
"C:/local/boost_*"
C:/local/boost_*
"C:/Program Files (x86)/boost/boost_*"
C:/Program\ Files\ \(x86\)/boost/boost_*
"C:/Program Files/boost/boost_*")
C:/Program\ Files/boost/boost_*
)
set(BOOST_LIBRARYDIR ${BOOST_LIBRARYDIR} $ENV{BOOST_LIBRARYDIR}
set(BOOST_LIBRARYDIR ${BOOST_LIBRARYDIR} $ENV{BOOST_LIBRARYDIR}
"C:/local/boost_*/lib32-msvc-*")
C:/local/boost_*/lib32-msvc-*
)
...
...
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