|
|
|
@ -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
|
|
|
|
|