From 2fbd54e99137ab4090a9ffdce02e60b4f1300dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Sat, 16 May 2015 14:28:34 -0400 Subject: [PATCH] Build with non-decorated Boost libraries --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8fd24e..d09e4bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ ENDIF (DEFINED ENV{BOOST_ROOT}) set(Boost_DEBUG TRUE) set(Boost_USE_MULTITHREADED ON) -find_package(Boost REQUIRED COMPONENTS thread regex-mt system-mt filesystem-mt) +find_package(Boost REQUIRED COMPONENTS thread regex system filesystem) include_directories(${Boost_INCLUDE_DIRS}) set(LIBS ${LIBS} ${Boost_LIBRARIES}) message(STATUS "Boost include dir: " ${Boost_INCLUDE_DIRS}) -- 2.1.4