diff --git a/cmake/macros/ConfigureBoost.cmake b/cmake/macros/ConfigureBoost.cmake index 0e654ada86..fdb8b1b30d 100644 --- a/cmake/macros/ConfigureBoost.cmake +++ b/cmake/macros/ConfigureBoost.cmake @@ -30,6 +30,7 @@ endif() find_package(Boost 1.55 REQUIRED system thread) add_definitions(-DBOOST_DATE_TIME_NO_LIB) add_definitions(-DBOOST_REGEX_NO_LIB) +add_definitions(-DBOOST_CHRONO_NO_LIB) if(Boost_FOUND) include_directories(${Boost_INCLUDE_DIRS})