Merge pull request 'master' (#281) from master into release
SHS Gitea/shstk/pipeline/head This commit looks good

Reviewed-on: #281
This commit was merged in pull request #281.
This commit is contained in:
2025-05-07 13:24:13 +03:00
6 changed files with 8 additions and 5 deletions
+3
View File
@@ -5,6 +5,9 @@ cmake_policy(SET CMP0020 NEW) # Automatically link Qt executables to qtmain targ
if (POLICY CMP0053) if (POLICY CMP0053)
cmake_policy(SET CMP0053 NEW) # simpler variable expansion and escape sequence evaluation rules cmake_policy(SET CMP0053 NEW) # simpler variable expansion and escape sequence evaluation rules
endif() endif()
if (POLICY CMP0177)
cmake_policy(SET CMP0177 OLD)
endif()
project(shstk) project(shstk)
set(CMAKE_MODULE_PATH set(CMAKE_MODULE_PATH
"${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}"
+1 -1
Submodule cd updated: 31bacbedae...4d955bb846
+1 -1
Submodule cmake updated: 558034bbdb...698d24e831
+1 -1
Submodule pip updated: 78f79d92aa...dfdc4b8bdc
+1 -1
Submodule qad updated: b8e8a1300e...49ae1473f9