7 lines
167 B
CMake
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()
|