From fbe1c734639c34be42f009d11e1c54ba6b71f0dc Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Mon, 1 Apr 2013 22:38:59 +0200 Subject: [PATCH] Remove some old revision number cruft. --- src/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6f11e7d35d2..a8f9b1c8808 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -211,10 +211,6 @@ set(libwesnoth-core_STAT_SRC # internal reference is the name given here add_library(wesnoth-core ${LIBRARY_TYPE} EXCLUDE_FROM_ALL ${libwesnoth-core_STAT_SRC}) -if(UPDATE_REVISION) - add_dependencies(wesnoth-core update_revision) -endif(UPDATE_REVISION) - # Depending on the flag create a real file or an empty dummy. # # Since the code is executed every build run of Wesnoth we need to make sure