summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_package/CMP0148-Libs-OLD.cmake
blob: 06fd6a6d6bd92e49f84975d5c0b0088d0cad8d7b (plain)
1
2
3
4
5
6
7
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()