Merge pull request #369 from TsudaKageyu/remove-switches

Removed some CMake switches which are no longer used.
This commit is contained in:
Lukáš Lalinský 2014-04-04 09:37:33 +02:00
commit 4dca1ab68c

View File

@ -84,13 +84,6 @@ endif()
include_directories(${CMAKE_CURRENT_BINARY_DIR})
configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
if(WITH_ASF)
set(TAGLIB_WITH_ASF TRUE)
endif()
if(WITH_MP4)
set(TAGLIB_WITH_MP4 TRUE)
endif()
option(TRACE_IN_RELEASE "Output debug messages even in release mode" OFF)
if(TRACE_IN_RELEASE)
set(TRACE_IN_RELEASE TRUE)