cmake/Tests/RunCMake/find_package/CMP0148-Libs-WARN.cmake

7 lines
167 B
CMake
Raw Normal View History

2023-07-02 19:51:09 +02:00
set(_FindPythonLibs_testing TRUE)
find_package(PythonLibs MODULE)
if(NOT _FindPythonLibs_included)
message(FATAL_ERROR "FindPythonLibs.cmake not included")
endif()