We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7916232 commit 1bd6901Copy full SHA for 1bd6901
Development/cmake/NmosCppDependencies.cmake
@@ -6,7 +6,7 @@ set(BOOST_VERSION_CUR "1.83.0")
6
# note: some components are only required for one platform or other
7
# so find_package(Boost) is called after adding those components
8
# adding the "headers" component seems to be unnecessary (and the target alias "boost" doesn't work at all)
9
-list(APPEND FIND_BOOST_COMPONENTS system date_time regex)
+list(APPEND FIND_BOOST_COMPONENTS system date_time regex chrono)
10
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR ${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
11
if(NOT (CMAKE_CXX_COMPILER_ID MATCHES GNU AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 5.3))
12
# add filesystem (for bst/filesystem.h, used by nmos/filesystem_route.cpp)
0 commit comments