This commit is contained in:
Las Safin 2021-08-16 19:06:13 +00:00
parent 82b6604e2b
commit 435168931e
No known key found for this signature in database
GPG Key ID: E7FA928911B61ED6
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
message(STATUS "Boost_NO_SYSTEM_PATHS: ${Boost_NO_SYSTEM_PATHS}")
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(PythonSitePackages REQUIRED)