Turned the header image in readme.md into a link.

Updated all links to use https (tested).
This commit is contained in:
Maximilian Wagenbach 2018-02-08 13:46:09 +01:00 committed by Lukas Dürrenberger
parent 5d7843c58a
commit 989367e345
19 changed files with 63 additions and 66 deletions

View file

@ -505,7 +505,7 @@ elseif(SFML_OS_MACOSX)
elseif(SFML_OS_IOS)
# fix CMake install rules broken for iOS (see http://public.kitware.com/Bug/view.php?id=12506)
# fix CMake install rules broken for iOS (see https://public.kitware.com/Bug/view.php?id=12506)
if(SFML_OS_IOS)
install(DIRECTORY "${CMAKE_BINARY_DIR}/lib/\$ENV{CONFIGURATION}/" DESTINATION lib${LIB_SUFFIX})
endif()