Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
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
()