mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Removed missed unnecessary BUILD_TESTS check.
This commit is contained in:
parent
e44cba56b5
commit
abc5743222
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user