From 21abd78de5060f1b2abd3613fa2924ee2f2b75e4 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 20 Jul 2011 07:15:10 +0200 Subject: [PATCH] * Remove not-working CMake cache solution. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ae430f99..e386260c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,8 +20,6 @@ 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 )