Skip to content

Commit

Permalink
-fixed the standalone installation of asyncgi by bundling fcgi_respon…
Browse files Browse the repository at this point in the history
…der as an object library;
  • Loading branch information
kamchatka-volcano committed Sep 22, 2023
1 parent 6169220 commit aaccf7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ endif()
SealLake_Bundle(
NAME asyncgi_sfun
GIT_REPOSITORY https://github.com/kamchatka-volcano/sfun.git
GIT_TAG v4.1.1
GIT_TAG v5.0.0
DESTINATION include/asyncgi/detail/external
DIRECTORIES include/sfun
TEXT_REPLACEMENTS
"namespace sfun" "namespace asyncgi::sfun"
"SFUN_" "ASYNCGI_SFUN_"
)

set(ASYNCGI_FCGI_RESPONDER_OBJECT_LIB ON)
SealLake_Bundle(
NAME asyncgi_fcgi_responder
GIT_REPOSITORY https://github.com/kamchatka-volcano/fcgi_responder.git
Expand Down

0 comments on commit aaccf7c

Please sign in to comment.