mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-15 05:25:08 +00:00
Switch to C++14 to solve compilation issues (#1595)
This commit is contained in:
committed by
Viste(Кирилл)
parent
6fd03cfd05
commit
c4835d8099
@@ -72,7 +72,7 @@ else()
|
||||
endif()
|
||||
|
||||
# Create the actual revision.h file from the above params
|
||||
if(NOT "${rev_hash_cached}" MATCHES "${rev_hash}" OR NOT "${rev_branch_cached}" MATCHES "${rev_branch}" OR NOT EXISTS "${BUILDDIR}/revision.h")
|
||||
if(NOT "${rev_hash_cached}" STREQUAL "${rev_hash}" OR NOT "${rev_branch_cached}" STREQUAL "${rev_branch}" OR NOT EXISTS "${BUILDDIR}/revision.h")
|
||||
configure_file(
|
||||
"${CMAKE_SOURCE_DIR}/src/cmake/revision.h.in.cmake"
|
||||
"${BUILDDIR}/revision.h"
|
||||
|
||||
Reference in New Issue
Block a user