Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
80abf737ccd4cc94d850908321ba96a0f37ebcd8
/
.
/
Tests
/
RunCMake
/
find_package
/
CMP0148-Libs-OLD.cmake
blob: 06fd6a6d6bd92e49f84975d5c0b0088d0cad8d7b [
file
]
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
()