From 693fa27fedfd0aa1abad754a8ee27e85487b8fd8 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 7 May 2013 12:38:41 -0400 Subject: [PATCH] Make finding boost conditional upon examples being built; remove building when possible by only using header versions of files --- CMakeLists.txt | 282 +++++++++++++++++++------------------ cmake/CMakeHelpers.cmake | 43 +----- websocketpp/CMakeLists.txt | 23 --- 3 files changed, 145 insertions(+), 203 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee2e24e033..29e64297bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,89 +21,6 @@ set (CMAKE_CONFIGURATION_TYPES "Release;RelWithDebInfo;Debug" CACHE STRING "Conf set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) include (CMakeHelpers) - -############ Build customization - -# Override from command line "CMake -D