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