aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2016-12-20 12:06:21 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2016-12-20 12:06:21 +0900
commitde87cd7736d52302db330c830adae50b1e667954 (patch)
treedd0020968615c1f3ccba5d2290b028fcfed965d6 /ConfigureChecks.cmake
parent14c3ce5737e17671045d70f4eff3bd0fca91ad99 (diff)
Remove the CMake check for Boost I missed out on.
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake7
1 files changed, 0 insertions, 7 deletions
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("