Skip to content
Snippets Groups Projects
Commit 7a6aa7d8 authored by Pawel Orlowicz's avatar Pawel Orlowicz
Browse files

Boost_DIR marked as advanced so as not to be seen during cmake process

parent 5b9d1cbc
Branches
No related merge requests found
......@@ -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 "")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment