]> granicus.if.org Git - taglib/commitdiff
Unbreak compilation for kdesupport users with CppUnit by commenting out the test...
authorMichael Pyne <mpyne@kde.org>
Sun, 11 Nov 2007 03:24:31 +0000 (03:24 +0000)
committerMichael Pyne <mpyne@kde.org>
Sun, 11 Nov 2007 03:24:31 +0000 (03:24 +0000)
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

ConfigureChecks.cmake

index 2db674c54c86c14e0cc239c0f031c9b4bae2efe5..471dba6f9a264d9f7f736d7e18d2d6acba1ec2c4 100644 (file)
@@ -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)