CMP0148-Libs-WARN.cmake 167 B

123456
  1. set(_FindPythonLibs_testing TRUE)
  2. find_package(PythonLibs MODULE)
  3. if(NOT _FindPythonLibs_included)
  4. message(FATAL_ERROR "FindPythonLibs.cmake not included")
  5. endif()