diff CMakeLists.txt @ 1331:8897c90b8166

(issue108) Remove generate_cppcheck and cppcheck target This did not work correctly. It is better just to manually execute cppcheck on the files as it gives you more control over the options.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 15 Oct 2014 13:24:59 +0200
parents 05d4b2b8f22a
children c64b6c56ce96
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Oct 15 13:19:05 2014 +0200
+++ b/CMakeLists.txt	Wed Oct 15 13:24:59 2014 +0200
@@ -29,7 +29,6 @@
 endif()
 
 include(CTest)
-include(GenerateCppcheck)
 include(HGVersion)
 
 if(HG_REVISION)

http://wald.intevation.org/projects/trustbridge/