diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-06 03:09:39 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-06 03:09:39 (GMT) |
commit | ae30a7978475f8e5bc8272fd1e073fae7f4bd3ed (patch) | |
tree | 35de3d04d39d9a767cf828f68713cdd82262213d /tests | |
parent | 0d6b87dd0e28e53ec4601443c7d06dbb66628d47 (diff) |
Ported from QFileInfo to boost::filesystem
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 29f8b25..df9598e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -79,7 +79,7 @@ if(BOOST_ROOT) #set(Boost_DEBUG TRUE) set(Boost_NO_SYSTEM_PATHS TRUE) set(Boost_ADDITIONAL_VERSIONS "1.47.0") - find_package( Boost 1.35.0 COMPONENTS thread program_options ) + find_package( Boost 1.35.0 COMPONENTS thread program_options filesystem system ) if(Boost_FOUND) message(STATUS "Boost includes found: " ${Boost_INCLUDE_DIRS}) message(STATUS "Boost libraries found:") |