aboutsummaryrefslogtreecommitdiff
path: root/cmake/macros/ConfigureBoost.cmake
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2014-07-06 17:41:47 -0500
committerSubv <subv2112@gmail.com>2014-07-06 17:41:47 -0500
commit9872162835377d24d2ec5fb77a738037fc4c750e (patch)
tree021cb259635f89bdd356c87abaac900ee6920806 /cmake/macros/ConfigureBoost.cmake
parent77caf33debab6153da46da11ff8aff5142b42b2a (diff)
Added a missing definition
Diffstat (limited to 'cmake/macros/ConfigureBoost.cmake')
-rw-r--r--cmake/macros/ConfigureBoost.cmake1
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})