Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
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
()