mirror of
https://github.com/taglib/taglib.git
synced 2025-07-21 06:24:19 -04:00
Merge branch 'master' into merge-master-to-taglib2
# Conflicts: # CMakeLists.txt # ConfigureChecks.cmake # taglib/flac/flacfile.cpp # taglib/mp4/mp4file.cpp # taglib/mpeg/mpegheader.cpp # taglib/mpeg/mpegproperties.cpp # taglib/riff/rifffile.cpp # taglib/toolkit/trefcounter.h
This commit is contained in:
@ -259,7 +259,7 @@ endif()
|
||||
|
||||
# Determine whether CppUnit is installed.
|
||||
|
||||
if(BUILD_TESTS)
|
||||
if(BUILD_TESTS AND NOT BUILD_SHARED_LIBS)
|
||||
find_package(CppUnit)
|
||||
if(NOT CppUnit_FOUND)
|
||||
message(STATUS "CppUnit not found, disabling tests.")
|
||||
|
Reference in New Issue
Block a user