cmake: Fixed indenting and some oldschool endif(TEXT) things.

This commit is contained in:
Ryan C. Gordon 2022-04-15 20:50:55 -04:00
parent dc5bc5237c
commit 634b9edc7f
No known key found for this signature in database
GPG key ID: FA148B892AB48044

View file

@ -3075,7 +3075,7 @@ if(NOT (WINDOWS OR CYGWIN) OR MINGW)
# TODO: what about the .spec file? Is it only needed for RPM creation?
install(FILES "${SDL2_SOURCE_DIR}/sdl2.m4" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/aclocal")
endif()
endif(NOT SDL2_DISABLE_INSTALL)
endif()
##### Uninstall target #####
@ -3089,4 +3089,5 @@ if(NOT TARGET uninstall)
add_custom_target(uninstall
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
endif()
endif(NOT SDL2_DISABLE_UNINSTALL)
endif()