Add documentation to autotoo'ls sdl2-config-version.cmake.in

This commit is contained in:
Anonymous Maarten 2022-05-30 00:36:33 +02:00 committed by Anonymous Maarten
parent 774c50174c
commit 4809bd356e
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# sdl2 cmake project-config-version input for ./configure scripts
set(PACKAGE_VERSION "@SDL_VERSION@")
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
@ -8,4 +10,3 @@ else()
set(PACKAGE_VERSION_EXACT TRUE)
endif()
endif()