diff Resources/CMake/BoostConfiguration.cmake @ 183:baada606da3c

databasewrapper
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 12 Nov 2012 14:52:30 +0100
parents 0fc3b69c0357
children a1b9d1e1497b
line wrap: on
line diff
--- a/Resources/CMake/BoostConfiguration.cmake	Mon Nov 12 10:36:58 2012 +0100
+++ b/Resources/CMake/BoostConfiguration.cmake	Mon Nov 12 14:52:30 2012 +0100
@@ -8,7 +8,7 @@
   #set(Boost_USE_STATIC_LIBS ON)
 
   find_package(Boost
-    COMPONENTS filesystem thread system)
+    COMPONENTS filesystem thread system date_time)
 
   if (NOT Boost_FOUND)
     message(FATAL_ERROR "Unable to locate Boost on this system")