only change.
This commit is contained in:
parent
88fcd7702b
commit
57f8b37a42
@ -23,7 +23,9 @@ set(SOURCES_FILE
|
||||
)
|
||||
|
||||
# 默认可以从环境中获取boost
|
||||
if (${CMAKE_VERSION} VERSION_GREATER "3.30")
|
||||
cmake_policy(SET CMP0167 NEW)
|
||||
endif()
|
||||
set(Boost_USE_STATIC_LIBS OFF)
|
||||
find_package(Boost REQUIRED program_options filesystem)
|
||||
include_directories(${Boost_INCLUDE_DIR})
|
||||
|
Loading…
x
Reference in New Issue
Block a user