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