Implemented caching for index.html
All checks were successful
/ Build the server (push) Successful in 2m52s
All checks were successful
/ Build the server (push) Successful in 2m52s
This commit is contained in:
@@ -2,7 +2,7 @@ add_subdirectory(spdlog-1.12.0)
|
||||
add_subdirectory(restbed-4.8)
|
||||
|
||||
add_custom_command(
|
||||
COMMAND ./configure.py ARGS --amalgamation --disable-shared --minimized-build --enable-modules=argon2fmt,hotp,base32,auto_rng,system_rng,tls13,certstor_system,certstor_flatfile
|
||||
COMMAND ./configure.py ARGS --amalgamation --disable-shared --minimized-build --enable-modules=argon2fmt,hotp,base32,auto_rng,system_rng,tls13,certstor_system,certstor_flatfile,md5
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/Botan-3.2.0
|
||||
OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/Botan-3.2.0/botan_all.cpp ${CMAKE_CURRENT_SOURCE_DIR}/Botan-3.2.0/botan_all.h
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user