We are not using boost at this time.

This commit is contained in:
Isaac Connor 2018-01-02 09:16:37 -08:00
parent 867f2a9166
commit 642c3f053a
1 changed files with 7 additions and 7 deletions

View File

@ -647,13 +647,13 @@ if(NOT ZM_NO_LIBVLC)
endif(LIBVLC_LIBRARIES) endif(LIBVLC_LIBRARIES)
endif(NOT ZM_NO_LIBVLC) endif(NOT ZM_NO_LIBVLC)
find_package(Boost 1.36.0) #find_package(Boost 1.36.0)
if(Boost_FOUND) #if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS}) #include_directories(${Boost_INCLUDE_DIRS})
set(CMAKE_REQUIRED_INCLUDES "${Boost_INCLUDE_DIRS}") ##set(CMAKE_REQUIRED_INCLUDES "${Boost_INCLUDE_DIRS}")
list(APPEND ZM_BIN_LIBS "${Boost_LIBRARIES}") #list(APPEND ZM_BIN_LIBS "${Boost_LIBRARIES}")
endif() #endif()
#
# *** END OF LIBRARY CHECKS *** # *** END OF LIBRARY CHECKS ***
# Check for gnutls or crypto # Check for gnutls or crypto