1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

* Try to force empty TOMAHAWK_VERSION in CMake cache.

This commit is contained in:
Christian Muehlhaeuser
2011-07-20 06:55:08 +02:00
parent bbe81050f3
commit 8d06d2ca38

View File

@@ -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 )