]> granicus.if.org Git - taglib/commitdiff
Removed missed unnecessary BUILD_TESTS check.
authorFestus Hagen <festushagen2002@yahoo.com>
Wed, 20 May 2015 19:34:05 +0000 (15:34 -0400)
committerFestus Hagen <festushagen2002@yahoo.com>
Wed, 20 May 2015 19:34:05 +0000 (15:34 -0400)
ConfigureChecks.cmake

index 1a7446fcad482b25fb532949b4ddb0b15a70449a..21ec433f6e9c13415e376d212e807f1096206244 100644 (file)
@@ -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()