Skip to content

Commit

Permalink
Merge branch 'develop' into LuaWebPort
Browse files Browse the repository at this point in the history
; Conflicts:
;	Code/Libs/SimpleWebServer/CMakeLists.txt
  • Loading branch information
neilstephens committed Sep 6, 2024
2 parents 47e8b8a + 2a634ea commit 414298b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Code/Libs/SimpleWebServer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ if(SIMPLEWEB_SSL)
if(NOT ODC_ASIO_SSL)
message(FATAL_ERROR "SIMPLEWEB_SSL requires ODC_ASIO_SSL. Enable that option first")
endif()
add_definitions(-DUSE_HTTPS)
endif()

if(USE_SIMPLEWEB_SUBMODULE)
Expand Down Expand Up @@ -60,3 +59,6 @@ mark_as_advanced(FORCE USE_OPENSSL)
mark_as_advanced(FORCE USE_STANDALONE_ASIO)

target_include_directories(simple-web-server INTERFACE include)
if(SIMPLEWEB_SSL)
target_compile_definitions(simple-web-server INTERFACE USE_HTTPS)
endif()

0 comments on commit 414298b

Please sign in to comment.