cmake: Fixed indenting and some oldschool endif(TEXT)
things.
This commit is contained in:
parent
dc5bc5237c
commit
634b9edc7f
@ -3075,7 +3075,7 @@ if(NOT (WINDOWS OR CYGWIN) OR MINGW)
|
|||||||
# TODO: what about the .spec file? Is it only needed for RPM creation?
|
# 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")
|
install(FILES "${SDL2_SOURCE_DIR}/sdl2.m4" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/aclocal")
|
||||||
endif()
|
endif()
|
||||||
endif(NOT SDL2_DISABLE_INSTALL)
|
endif()
|
||||||
|
|
||||||
##### Uninstall target #####
|
##### Uninstall target #####
|
||||||
|
|
||||||
@ -3089,4 +3089,5 @@ if(NOT TARGET uninstall)
|
|||||||
add_custom_target(uninstall
|
add_custom_target(uninstall
|
||||||
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
|
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
|
||||||
endif()
|
endif()
|
||||||
endif(NOT SDL2_DISABLE_UNINSTALL)
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user