From: Tsuda Kageyu Date: Tue, 20 Dec 2016 03:06:21 +0000 (+0900) Subject: Remove the CMake check for Boost I missed out on. X-Git-Tag: v1.12-beta-1~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de87cd7736d52302db330c830adae50b1e667954;p=taglib Remove the CMake check for Boost I missed out on. --- diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index f69b4380..e39d97b2 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -34,13 +34,6 @@ if(NOT ${SIZEOF_DOUBLE} EQUAL 8) message(FATAL_ERROR "TagLib requires that double is 64-bit wide.") endif() -# Enable check_cxx_source_compiles() to work with Boost "header-only" libraries. - -find_package(Boost) -if(Boost_FOUND) - set(CMAKE_REQUIRED_INCLUDES "${CMAKE_REQUIRED_INCLUDES};${Boost_INCLUDE_DIRS}") -endif() - # Determine which kind of atomic operations your compiler supports. check_cxx_source_compiles("