mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Unbreak compilation for kdesupport users with CppUnit by commenting out the test suite.
This needs to be fixed to fail gracefully for users without CppUnit available. CCMAIL:lalinsky@gmail.com git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@735160 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
049f77f0d9
commit
fd1ad5972d
@ -20,5 +20,6 @@ ELSE(ZLIB_FOUND)
|
||||
SET(HAVE_ZLIB 0)
|
||||
ENDIF(ZLIB_FOUND)
|
||||
|
||||
SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
|
||||
FIND_PACKAGE(CppUnit)
|
||||
# Currently breaks CMake when CppUnit is not present.
|
||||
#SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
|
||||
#FIND_PACKAGE(CppUnit)
|
||||
|
Loading…
Reference in New Issue
Block a user