移除无用的boost设置

master
Matthew 11 months ago
parent bd63278b7a
commit 97e44fa146

@ -253,12 +253,12 @@ IF (CMAKE_HOST_SYSTEM_NAME MATCHES "Windows")
include_directories(C:/ProgramData/boost_1_82_0/)
ELSE()
# find_package(Boost 1.58.0 COMPONENTS)
find_package(Boost 1.58.0)
if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})
else()
message(FATAL_ERROR "Boost Not Found")
endif()
#find_package(Boost 1.58.0)
#if(Boost_FOUND)
# include_directories(${Boost_INCLUDE_DIRS})
#else()
# message(FATAL_ERROR "Boost Not Found")
#endif()
endif()
# Creates and names a library, sets it as either STATIC

Loading…
Cancel
Save