From: Manuel Nickschas Date: Sat, 15 Nov 2008 22:05:24 +0000 (+0100) Subject: Remove obsolete -DHAVE_VERSION_GEN from compiler options X-Git-Tag: 0.3.1~33 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=2cdaafcdf69fbeb3efd5372b86e14977e4a7fb94;hp=6848967a5071f48f2cd742b548dd97d8525733df Remove obsolete -DHAVE_VERSION_GEN from compiler options --- diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 8baf2597..fb4c3e8c 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -61,7 +61,6 @@ qt4_wrap_cpp(MOC ${MOC_HDRS}) include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}) # for version.inc and version.gen -add_definitions(-DHAVE_VERSION_GEN) # we ensure that by deps in the main CMakeLists.txt set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES version.gen) add_library(mod_common STATIC ${SOURCES} ${MOC} ${CMAKE_BINARY_DIR}/i18n/qrc_i18n.cxx)