File: CMakePolicies.cmake

package info (click to toggle)
cloudcompare 2.11.3-7.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 58,224 kB
  • sloc: cpp: 229,982; ansic: 30,723; makefile: 84; sh: 20
file content (7 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
# Eliminate warnings with newer versions of CMake
if ( WIN32 )
	# https://cmake.org/cmake/help/v3.0/policy/CMP0020.html
    cmake_policy(SET CMP0020 NEW)
	# https://cmake.org/cmake/help/v3.0/policy/CMP0071.html
	cmake_policy(SET CMP0071 NEW)
endif()