Author: rinrab Date: Thu Mar 19 21:24:06 2026 New Revision: 1932397 Log: cmake: Both policy checks for SWIG no longer needed at all since cmake 3.14.
* CMakeLists.txt (CMP0078, CMP0086): Don't do anything with those policies. Modified: subversion/trunk/CMakeLists.txt Modified: subversion/trunk/CMakeLists.txt ============================================================================== --- subversion/trunk/CMakeLists.txt Thu Mar 19 21:17:15 2026 (r1932396) +++ subversion/trunk/CMakeLists.txt Thu Mar 19 21:24:06 2026 (r1932397) @@ -46,16 +46,6 @@ if(POLICY CMP0092) cmake_policy(SET CMP0092 NEW) endif() -# CMP0078: UseSWIG generates standard target names. -if(POLICY CMP0078) - cmake_policy(SET CMP0078 NEW) -endif() - -# CMP0086: UseSWIG honors SWIG_MODULE_NAME via -module flag. -if(POLICY CMP0086) - cmake_policy(SET CMP0086 NEW) -endif() - # Enable support for MSVC runtime library selection by abstraction # if supported by CMake. if(POLICY CMP0091)
