Skip to content

Commit

Permalink
fix: set DOWNLOAD_EXTRACT_TIMESTAMP
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed May 24, 2024
1 parent 26f8ebe commit d9f4322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ externalproject_add(
SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR}/libreSslSource
URL "https://mirror.leaseweb.com/pub/OpenBSD/LibreSSL/libressl-3.8.2.tar.gz"
URL_HASH SHA256=6d4b8d5bbb25a1f8336639e56ec5088052d43a95256697a85c4ce91323c25954
DOWNLOAD_EXTRACT_TIMESTAMP true
PATCH_COMMAND "${Patch_EXECUTABLE}" -p1 --forward -d ${CMAKE_CURRENT_BINARY_DIR}/libreSslSource <
${CMAKE_CURRENT_SOURCE_DIR}/ciPatches/libressl-no_postfix.patch || echo "Patch returned non-zero"
CMAKE_ARGS -DLIBRESSL_APPS:BOOL=0 -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_INSTALL_PREFIX}
Expand Down
2 changes: 1 addition & 1 deletion SampleServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ int main(int argc, char *argv[]) {
std::cout << "No encryption will be available." << std::endl;
}

// Create namespaces, order must match the NAMESPACE_MAP in CMakeLists.txt
// Create namespaces, order must match the CMakeLists.txt
namespace_di_generated(pServer);
namespace_machinery_generated(pServer);
namespace_ia_generated(pServer);
Expand Down

0 comments on commit d9f4322

Please sign in to comment.