From 642c3f053a2da5b7db0b06352916d0a1fba63cf0 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 2 Jan 2018 09:16:37 -0800 Subject: [PATCH] We are not using boost at this time. --- CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c001b98c..8b8308afc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -647,13 +647,13 @@ if(NOT ZM_NO_LIBVLC) endif(LIBVLC_LIBRARIES) endif(NOT ZM_NO_LIBVLC) -find_package(Boost 1.36.0) -if(Boost_FOUND) - include_directories(${Boost_INCLUDE_DIRS}) - set(CMAKE_REQUIRED_INCLUDES "${Boost_INCLUDE_DIRS}") - list(APPEND ZM_BIN_LIBS "${Boost_LIBRARIES}") -endif() - +#find_package(Boost 1.36.0) +#if(Boost_FOUND) + #include_directories(${Boost_INCLUDE_DIRS}) + ##set(CMAKE_REQUIRED_INCLUDES "${Boost_INCLUDE_DIRS}") + #list(APPEND ZM_BIN_LIBS "${Boost_LIBRARIES}") +#endif() +# # *** END OF LIBRARY CHECKS *** # Check for gnutls or crypto