Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
include
/
CMP0167-WARN.cmake
blob: 85472d5594861081cd228ddf2d8b665b9dc41dbe [
file
] [
log
] [
blame
] [
edit
]
# Do not set CMP0167.
set
(
_FindBoost_testing
1
)
include
(
FindBoost
)
if
(
NOT
_FindBoost_included
)
message
(
FATAL_ERROR
"FindBoost.cmake not included"
)
endif
()