From b0a14d8601104f01d227a1f0635f575e01aabc8f Mon Sep 17 00:00:00 2001 From: Joshua Moerman Date: Tue, 5 Mar 2013 10:32:28 +0100 Subject: [PATCH] boost version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abfafe3..ca809cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ add_subdirectory(${PROJECT_SOURCE_DIR}/contrib/libwebsockets/) include_directories(SYSTEM "${PROJECT_SOURCE_DIR}/contrib/libwebsockets/") # Boost libs -find_package(Boost 1.48 REQUIRED COMPONENTS thread system) +find_package(Boost 1.47 REQUIRED COMPONENTS thread system) include_directories(${Boost_INCLUDE_DIRS}) set(boost ${Boost_LIBRARIES})