bad hack
This commit is contained in:
parent
82b6604e2b
commit
435168931e
|
@ -14,7 +14,8 @@
|
||||||
|
|
||||||
message(STATUS "Boost_NO_SYSTEM_PATHS: ${Boost_NO_SYSTEM_PATHS}")
|
message(STATUS "Boost_NO_SYSTEM_PATHS: ${Boost_NO_SYSTEM_PATHS}")
|
||||||
set_cmake_policies()
|
set_cmake_policies()
|
||||||
setup_boost(program_options python regex)
|
find_package(Boost 1.35.0 REQUIRED COMPONENTS program_options regex)
|
||||||
|
#setup_boost(program_options python regex)
|
||||||
|
|
||||||
find_package(LibXml2 REQUIRED)
|
find_package(LibXml2 REQUIRED)
|
||||||
find_package(PythonSitePackages REQUIRED)
|
find_package(PythonSitePackages REQUIRED)
|
||||||
|
|
Loading…
Reference in New Issue