diff options
Diffstat (limited to 'src/cmake/macros/FindGit.cmake')
-rw-r--r-- | src/cmake/macros/FindGit.cmake | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cmake/macros/FindGit.cmake b/src/cmake/macros/FindGit.cmake index a37370c849..a100e86cfc 100644 --- a/src/cmake/macros/FindGit.cmake +++ b/src/cmake/macros/FindGit.cmake @@ -1,4 +1,5 @@ -# Copyright (C) +# +# This file is part of the AzerothCore Project. See AUTHORS file for Copyright information # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -7,6 +8,8 @@ # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# + include(${CMAKE_SOURCE_DIR}/src/cmake/macros/EnsureVersion.cmake) set(_REQUIRED_GIT_VERSION "1.7") |