summaryrefslogtreecommitdiff
path: root/cmake/Modules/FindCppUnit.cmake
AgeCommit message (Collapse)Author
2012-02-05cmake: remove QUIET option from some listfilesJohnathan Corgan
* PKG_CHECK_MODULES only supports QUIET >=2.8.2, Ubuntu LTS has 2.8.0
2011-12-12cmake: fix QUIET arg usage on PKG_CHECK_MODULESJosh Blum
2011-10-25cmake: fix for find* scriptsJosh Blum
Yes there was a misunderstanding and I read the docs wrong. This change uses the correct lib and inc dirs set by the pkg config macro. http://techbase.kde.org/Policies/CMake_Coding_Style#Writing_CMake_Find-modules
2011-09-17cmake: modified find files to better follow coding guideJosh Blum
http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/readme.txt?root=CMake&view=markup
2011-07-28cmake: added -ldl flag to cppunit when pkg config is usedJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum