summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/CMakeLists.txt')
-rw-r--r--StarsEx/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/StarsEx/CMakeLists.txt b/StarsEx/CMakeLists.txt
index 91e82d8..5083039 100644
--- a/StarsEx/CMakeLists.txt
+++ b/StarsEx/CMakeLists.txt
@@ -1,5 +1,4 @@
project(StarsEx)
-include(GitDescribe)
add_library(
StarsEx STATIC
ActiveWindow.cpp
@@ -291,7 +290,6 @@ target_compile_definitions(
StarsEx
PRIVATE _ALLOW_KEYWORD_MACROS
)
-git_describe(VERSION)
configure_file(VersionInfo.cpp.conf ${CMAKE_CURRENT_BINARY_DIR}/VersionInfo.cpp @ONLY)
target_sources(
StarsEx