CMakePolicies.cmake 159 B

12345
  1. # Eliminate warnings with newer versions of CMake
  2. if ( WIN32 )
  3. # https://cmake.org/cmake/help/v3.0/policy/CMP0071.html
  4. cmake_policy(SET CMP0071 NEW)
  5. endif()