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
480307d0
Commit
480307d0
authored
Aug 10, 2016
by
Davis King
Browse files
Added additional search names for boost-python
parent
ceb6a119
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
dlib/cmake_utils/add_python_module
dlib/cmake_utils/add_python_module
+6
-0
No files found.
dlib/cmake_utils/add_python_module
View file @
480307d0
...
@@ -57,6 +57,12 @@ if (PYTHON3)
...
@@ -57,6 +57,12 @@ if (PYTHON3)
# On some systems the boost python3 module is called python-py34 so check
# On some systems the boost python3 module is called python-py34 so check
# for that one first.
# for that one first.
FIND_PACKAGE(Boost 1.41.0 COMPONENTS python-py34 )
FIND_PACKAGE(Boost 1.41.0 COMPONENTS python-py34 )
if (NOT Boost_FOUND)
FIND_PACKAGE(Boost 1.41.0 COMPONENTS python-py35)
endif()
if (NOT Boost_FOUND)
FIND_PACKAGE(Boost 1.41.0 COMPONENTS python3)
endif()
if (NOT Boost_FOUND)
if (NOT Boost_FOUND)
FIND_PACKAGE(Boost 1.41.0 COMPONENTS python)
FIND_PACKAGE(Boost 1.41.0 COMPONENTS python)
endif()
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