summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_package/CMP0148-Libs-WARN.cmake
blob: 9bbe0662292abb48a67a3af29565a4fe511e0d41 (plain)
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()