mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user