From 9872162835377d24d2ec5fb77a738037fc4c750e Mon Sep 17 00:00:00 2001 From: Subv Date: Sun, 6 Jul 2014 17:41:47 -0500 Subject: [PATCH] Added a missing definition --- cmake/macros/ConfigureBoost.cmake | 1 + 1 file changed, 1 insertion(+) 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})