Fixed indentation in last commit

This commit is contained in:
eidheim 2019-06-19 14:57:01 +02:00
commit c2a10cc72a

View file

@ -67,7 +67,7 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
set(BUILD_TESTING ON) set(BUILD_TESTING ON)
install(FILES asio_compatibility.hpp server_http.hpp client_http.hpp server_https.hpp client_https.hpp crypto.hpp utility.hpp status_code.hpp DESTINATION include/simple-web-server) install(FILES asio_compatibility.hpp server_http.hpp client_http.hpp server_https.hpp client_https.hpp crypto.hpp utility.hpp status_code.hpp DESTINATION include/simple-web-server)
endif() endif()
if(BUILD_TESTING) if(BUILD_TESTING)