Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c7207292532c7e572be52ec79fca7b446fd151f4
/
.
/
Tests
/
RunCMake
/
find_package
/
CMP0148-Libs-NEW.cmake
blob: 2ef8c467c72d93ee095df0ce8f3a012daba3af85 [
file
]
cmake_policy
(
SET CMP0148 NEW
)
set
(
_FindPythonLibs_testing
TRUE
)
find_package
(
PythonLibs
MODULE
)
if
(
_FindPythonLibs_included
)
message
(
FATAL_ERROR
"FindPythonLibs.cmake erroneously included"
)
endif
()