Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
40cb75e3a1adb66ca65a01e16a9885a7ebcc8e8c
/
.
/
Tests
/
FindPackageCMakeTest
/
lib
/
zot-3.0
/
zot-config-version.cmake
blob: a4d45a437da63e7520a0717452af818c2643c1f0 [
file
]
set
(
PACKAGE_VERSION
3.0
)
if
(
"${PACKAGE_FIND_VERSION_MAJOR}"
EQUAL
3
)
set
(
PACKAGE_VERSION_COMPATIBLE
1
)
endif
()