From 8d06d2ca38494837459d5f4e5397d6fb0dbf4d9c Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 20 Jul 2011 06:55:08 +0200 Subject: [PATCH] * Try to force empty TOMAHAWK_VERSION in CMake cache. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e386260c8..9ae430f99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,8 @@ SET( TOMAHAWK_VERSION_PATCH 0 ) # SET( TOMAHAWK_VERSION_RC 0 ) +SET( TOMAHAWK_VERSION "" ) +SET( TOMAHAWK_VERSION "" CACHE STRING "" FORCE ) IF( NOT CMAKE_BUILD_TYPE STREQUAL "Release" ) # Use the date as the tweak level. INCLUDE( ${CMAKE_MODULE_PATH}/CMakeDateStamp.cmake )