Skip to content
Snippets Groups Projects
Commit 05881c1c authored by Brad King's avatar Brad King
Browse files

Merge branch 'backport-UseSWIG-policies' into UseSWIG-policies

parents 51f285b9 c3d0b255
No related branches found
No related tags found
1 merge request!5983UseSWIG: Transform swig depfile to match Ninja generator paths
Pipeline #222434 waiting for manual action
......@@ -349,6 +349,8 @@ cmake_policy(PUSH)
cmake_policy (SET CMP0012 NEW)
# IN_LIST operator
cmake_policy (SET CMP0057 NEW)
# Ninja generator normalizes custom command depfile paths
cmake_policy (SET CMP0116 NEW)
set(SWIG_CXX_EXTENSION "cxx")
set(SWIG_EXTRA_LIBRARIES "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment