diff options
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") |