Mac and Linux SDL2 binary snapshots
Edward Rudd
2016-06-17 d440fb0452842fb7f00baf195161973c487c6dd0
1
2
3
4
5
6
7
8
9
10
11
set(PACKAGE_VERSION "2.0.4")
 
# 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()