Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
find_package
/
CMP0167-WARN.cmake
blob: 5853a567621b0c065fa7c29731b779b07c3d1206 [
file
]
set
(
_FindBoost_testing
TRUE
)
find_package
(
Boost
MODULE
)
if
(
NOT
_FindBoost_included
)
message
(
FATAL_ERROR
"FindBoost.cmake not included"
)
endif
()