diff options
author | Yuri Kobets <[email protected]> | 2025-08-10 02:01:39 +0300 |
---|---|---|
committer | Yuri Kobets <[email protected]> | 2025-08-10 02:01:39 +0300 |
commit | f61a6786b0775d22dfd97eb6b32c24275024f3dd (patch) | |
tree | a33e019eaeee6724ebb85f3866c077b68593bb9a | |
parent | 7d4cb5a20def9a5bbde2ae634e8b2377d5e08458 (diff) |
Fixed tests after PR #415upstream/master
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f04b0327..a1efb2f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -200,7 +200,7 @@ else () ExternalProject_Add( litehtml-tests GIT_REPOSITORY https://github.com/litehtml/litehtml-tests.git - GIT_TAG ab4a66548126bce74ecf2dc8027c116701d157c4 + GIT_TAG a928dce0fc70f8343585462e832246db21ba1d49 SOURCE_DIR "${CMAKE_BINARY_DIR}/litehtml-tests-src" BINARY_DIR "${CMAKE_BINARY_DIR}/litehtml-tests-build" CMAKE_ARGS -DLITEHTML_PATH=${CMAKE_CURRENT_SOURCE_DIR} |