diff --git a/CMakeLists.txt b/CMakeLists.txt index 19ce20e932e09a8e5f795feb37128186f833416f..285c5f61f7532b34b5c05471398a63fbee740bb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ set(LIBS "") include_directories(${Corpus2Library_SOURCE_DIR}) find_package(Boost 1.41 REQUIRED COMPONENTS program_options system filesystem regex) - +MARK_AS_ADVANCED(Boost_DIR) if(MSVC OR BORLAND) # Use the auto-linking feature, don't try to add libraries yourself: set(Boost_LIBRARIES "")