mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
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:
@@ -17,6 +17,7 @@
|
||||
# #
|
||||
################################################################################
|
||||
|
||||
cmake_policy(SET CMP0148 OLD)
|
||||
cmake_policy(SET CMP0177 OLD)
|
||||
|
||||
FIND_PACKAGE(SWIG)
|
||||
|
||||
Reference in New Issue
Block a user