Skip to content
Snippets Groups Projects
Commit 4b773550 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

switched of boost auto-linking for Windows

parent ff1bc25e
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,9 @@ if (ENABLE_STATIC AND UNIX AND NOT APPLE)
endif()
setup_boost()
if (WIN32)
ADD_DEFINITIONS("-DBOOST_ALL_NO_LIB")
endif()
if (ENABLE_INFO)
find_package(Qt4 4.5.0 REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment