mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Added additional search names for boost-python
This commit is contained in:
parent
ceb6a119d5
commit
480307d03f
@ -57,6 +57,12 @@ if (PYTHON3)
|
||||
# On some systems the boost python3 module is called python-py34 so check
|
||||
# for that one first.
|
||||
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)
|
||||
FIND_PACKAGE(Boost 1.41.0 COMPONENTS python)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user