cmake/Tests/RunCMake/find_package/CMP0148-Libs-WARN.cmake
2023-07-02 19:51:09 +02:00

7 lines
167 B
CMake

set(_FindPythonLibs_testing TRUE)
find_package(PythonLibs MODULE)
if(NOT _FindPythonLibs_included)
message(FATAL_ERROR "FindPythonLibs.cmake not included")
endif()