Mercurial > dedupe
diff CMakeLists.txt @ 34:fda70a362ed5
Remove whitespace.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Thu, 06 Sep 2012 21:33:24 +0200 |
| parents | bf3dce7fedcb |
| children | 769f43c4c5d0 |
line wrap: on
line diff
--- a/CMakeLists.txt Thu Sep 06 21:32:33 2012 +0200 +++ b/CMakeLists.txt Thu Sep 06 21:33:24 2012 +0200 @@ -6,7 +6,7 @@ SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/CMake_Modules/") SET(Boost_USE_STATIC_LIBS OFF) -SET(Boost_USE_MULTITHREADED ON) +SET(Boost_USE_MULTITHREADED ON) SET(Boost_USE_STATIC_RUNTIME OFF) FIND_PACKAGE(Boost COMPONENTS filesystem system) IF (Boost_FOUND)
