CMP0148-Libs-OLD.cmake 186 B

1234567
  1. cmake_policy(SET CMP0148 OLD)
  2. set(_FindPythonLibs_testing 1)
  3. include(FindPythonLibs)
  4. if(NOT _FindPythonLibs_included)
  5. message(FATAL_ERROR "FindPythonLibs.cmake not included")
  6. endif()