Skip to content
Snippets Groups Projects
Commit b0989a0d authored by Bun Sovandeth's avatar Bun Sovandeth
Browse files

add new file

parent ea5152cc
No related branches found
No related tags found
No related merge requests found
Pipeline #
set(PACKAGE_VERSION 1.0.1)
# Check whether the requested PACKAGE_FIND_VERSION is compatible
if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}")
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()
set(PACKAGE_VERSION_COMPATIBLE TRUE)
if ("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}")
set(PACKAGE_VERSION_EXACT TRUE)
endif()
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment