diff options
author | Josh Blum | 2012-11-26 02:43:29 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-26 02:43:29 -0800 |
commit | a10cd5cedee2eb30e49980f9136d6844ceb7ace1 (patch) | |
tree | ca5d14154c082b5772ce7ece57d767b5ab5a5918 /lib/CMakeLists.txt | |
parent | 4aa91c001ed4dbcae1c517672b39581c9ffd7e23 (diff) | |
download | sandhi-a10cd5cedee2eb30e49980f9136d6844ceb7ace1.tar.gz sandhi-a10cd5cedee2eb30e49980f9136d6844ceb7ace1.tar.bz2 sandhi-a10cd5cedee2eb30e49980f9136d6844ceb7ace1.zip |
various tweaks for submodule building and msvc
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r-- | lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 870510a..8f6f46c 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -7,7 +7,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}) ######################################################################## # Setup Boost ######################################################################## -find_package(Boost) +find_package(Boost COMPONENTS thread date_time) include_directories(${Boost_INCLUDE_DIRS}) link_directories(${Boost_LIBRARY_DIRS}) list(APPEND GRAS_LIBRARIES ${Boost_LIBRARIES}) |