mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 04:54:19 -04:00
Removed missed unnecessary BUILD_TESTS check.
This commit is contained in:
@ -234,7 +234,7 @@ endif()
|
||||
|
||||
if(BUILD_TESTS)
|
||||
find_package(CppUnit)
|
||||
if(NOT CppUnit_FOUND AND BUILD_TESTS)
|
||||
if(NOT CppUnit_FOUND)
|
||||
message(STATUS "CppUnit not found, disabling tests.")
|
||||
set(BUILD_TESTS OFF)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user