diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-02 21:50:51 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-02 21:50:51 (GMT) |
commit | 2def247b1b1307c1b236d22bbdc33d8bb9c102e3 (patch) | |
tree | 8f7514513f8bef84cc2076c1e4fb259545ddef70 /tests/CMakeLists.txt | |
parent | 5056de8d1ce8bd6247604ff6523cc4894ec7de4e (diff) |
Minor refactor: use set/get_librarydir() to access global variable
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 665bd92..b81ce8c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -133,6 +133,7 @@ foreach(boostlib ${Boost_LIBRARIES}) endforeach() inclusion(BOOST_ROOT Boost_INCLUDE_DIRS) +add_definitions(-DBOOST_FILESYSTEM_VERSION=3) # Use V3 for boost 1.44-1.45 # Mac OS X if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") |