cmake ifcwrap - fix CMP0148 warning

The policy is removing FindPythonInterp and FindPythonLibs, but it was introduced in 3.27, so just skip it not to break minimum cmake ver.
This commit is contained in:
Andrej730
2025-08-13 11:59:41 +05:00
parent 6c0e2ce323
commit 41142c73bf
+1
View File
@@ -17,6 +17,7 @@
# #
################################################################################
cmake_policy(SET CMP0148 OLD)
cmake_policy(SET CMP0177 OLD)
FIND_PACKAGE(SWIG)