new cmake, pip

This commit is contained in:
2025-04-29 21:51:36 +03:00
parent bee3c14f63
commit a0b39f5917
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...8a61cfe7ef
+1 -1
Submodule qad updated: b8e8a1300e...49ae1473f9