]> granicus.if.org Git - taglib/commitdiff
Remove the CMake check for Boost I missed out on.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Tue, 20 Dec 2016 03:06:21 +0000 (12:06 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Tue, 20 Dec 2016 03:06:21 +0000 (12:06 +0900)
ConfigureChecks.cmake

index f69b4380af7b4f901a3900e6a4daa233ec91d0ca..e39d97b299eb903ebf035e4208e3bdbda8f25318 100644 (file)
@@ -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("