From 67068c9cd91e11800d9a06b386705100a2050da0 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 18 Feb 2024 01:58:05 +0100 Subject: All files containing version are now updated more consistently --- StarsEx/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StarsEx') diff --git a/StarsEx/CMakeLists.txt b/StarsEx/CMakeLists.txt index 5083039..1c443b1 100644 --- a/StarsEx/CMakeLists.txt +++ b/StarsEx/CMakeLists.txt @@ -290,7 +290,7 @@ target_compile_definitions( StarsEx PRIVATE _ALLOW_KEYWORD_MACROS ) -configure_file(VersionInfo.cpp.conf ${CMAKE_CURRENT_BINARY_DIR}/VersionInfo.cpp @ONLY) +add_version_file(VersionInfo.cpp VersionInfo.cpp.conf) target_sources( StarsEx PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/VersionInfo.cpp -- cgit v1.1