Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fd64b84d152ea0d9e2425e172db34aeb67ea8cf1
/
.
/
Tests
/
FindPackageTest
/
lib
/
suffix
/
test
/
SuffixTestConfigVersion.cmake
blob: b37bc8e2230afd36763899bdcd6aa3d3398f52e1 [
file
]
set
(
PACKAGE_VERSION
1.2
)
if
(
"${PACKAGE_FIND_VERSION_MAJOR}"
EQUAL
1
)
set
(
PACKAGE_VERSION_COMPATIBLE
1
)
if
(
"${PACKAGE_FIND_VERSION_MINOR}"
EQUAL
2
)
set
(
PACKAGE_VERSION_EXACT
1
)
endif
()
endif
()