Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
422c1de564cec5689de052d5eb0c2ddd7065833c
/
.
/
Tests
/
RunCMake
/
FeatureSummary
/
FindFoo.cmake
blob: baec987b726eda7d3fd8bec15fbcd0cc126729cc [
file
]
include
(
FeatureSummary
)
set_package_properties
(
Foo
PROPERTIES URL
"https://foo.example/"
DESCRIPTION
"The Foo package"
)
set
(
Foo_FOUND
1
)