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

8 lines
197 B
CMake

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