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