Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ if(${END_BUILD})
return()
endif()

# CPM
include(${CMAKE_MODULE_PATH}/cpm/CPM.cmake)
CPMUsePackageLock(package-lock.cmake)

# project constants
include(${CMAKE_MODULE_PATH}/prep/constants.cmake)

Expand Down
2 changes: 1 addition & 1 deletion cmake/compile_definitions/macos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ foreach(dir ${MACOS_LINK_DIRECTORIES})
endif()
endforeach()

if(NOT BOOST_USE_STATIC AND NOT FETCH_CONTENT_BOOST_USED)
if(NOT BOOST_USE_STATIC AND NOT CPM_BOOST_USED)
ADD_DEFINITIONS(-DBOOST_LOG_DYN_LINK)
endif()

Expand Down
Empty file added cmake/cpm/.cmake-lint-ignore
Empty file.
Loading
Loading