comparison 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
comparison
equal deleted inserted replaced
1330:c7349696d812 1331:8897c90b8166
27 # This is a bit of a hack but necessary on Ubuntu 14.4 27 # This is a bit of a hack but necessary on Ubuntu 14.4
28 include_directories(/usr/include/c++/4.8 /usr/include/x86_64-linux-gnu/c++/4.8/) 28 include_directories(/usr/include/c++/4.8 /usr/include/x86_64-linux-gnu/c++/4.8/)
29 endif() 29 endif()
30 30
31 include(CTest) 31 include(CTest)
32 include(GenerateCppcheck)
33 include(HGVersion) 32 include(HGVersion)
34 33
35 if(HG_REVISION) 34 if(HG_REVISION)
36 If(HG_REVISION_DIST STREQUAL "0") 35 If(HG_REVISION_DIST STREQUAL "0")
37 add_definitions(-DIS_TAG_BUILD) 36 add_definitions(-DIS_TAG_BUILD)

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