From 7a6aa7d83bd44041fc3866e6fe154746a4e7d1a4 Mon Sep 17 00:00:00 2001 From: Pawel Orlowicz <porlowicz@gmail.com> Date: Fri, 7 Dec 2012 14:23:50 +0100 Subject: [PATCH] Boost_DIR marked as advanced so as not to be seen during cmake process --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 19ce20e..285c5f6 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 "") -- GitLab