BuildSystem: Fix a minor issue when using CMake-2.6.x to generate the buildfiles

(Thanks to A.Metaphysical.Drama for the report/fix)

--HG--
branch : trunk
This commit is contained in:
click
2010-10-15 15:47:30 +02:00
parent ecfd91a77d
commit 059e5758ed

View File

@@ -62,7 +62,7 @@ if(NOT BUILDDIR)
endif()
# Create the actual revision.h file from the above params
if(NOT ("${rev_id_cached}" MATCHES "${rev_id_str}"))
if(NOT "${rev_id_cached}" MATCHES "${rev_id_str}")
configure_file(
"${CMAKE_SOURCE_DIR}/revision.h.in.cmake"
"${BUILDDIR}/revision.h"