diff options
author | Subv <subv2112@gmail.com> | 2014-07-06 17:41:47 -0500 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2014-07-06 17:41:47 -0500 |
commit | 9872162835377d24d2ec5fb77a738037fc4c750e (patch) | |
tree | 021cb259635f89bdd356c87abaac900ee6920806 /cmake/macros | |
parent | 77caf33debab6153da46da11ff8aff5142b42b2a (diff) |
Added a missing definition
Diffstat (limited to 'cmake/macros')
-rw-r--r-- | cmake/macros/ConfigureBoost.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/macros/ConfigureBoost.cmake b/cmake/macros/ConfigureBoost.cmake index 0e654ada86d..fdb8b1b30dc 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})
|