From c4f0fad2b3f64f712efca130b45c07936f448352 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 6 Apr 2022 21:57:40 +0200 Subject: Chaned VersionInfo to be private --- 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 f637326..85f6855 100644 --- a/StarsEx/CMakeLists.txt +++ b/StarsEx/CMakeLists.txt @@ -299,7 +299,7 @@ git_describe(VERSION) configure_file(VersionInfo.cpp.conf ${CMAKE_CURRENT_BINARY_DIR}/VersionInfo.cpp @ONLY) target_sources( StarsEx - PUBLIC ${CMAKE_CURRENT_BINARY_DIR}/VersionInfo.cpp + PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/VersionInfo.cpp ) if(MSVC) target_include_directories( -- cgit v1.1