Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tests update for list markers and baseline fix
  • Loading branch information
tordex committed Jun 25, 2025
commit 2db9ccac57d5772634bb11defd8398eeb90493cf
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ else ()
ExternalProject_Add(
litehtml-tests
GIT_REPOSITORY https://github.com/litehtml/litehtml-tests.git
GIT_TAG 7511158e62cdac071de9071e060828e9e3c0bcc6
GIT_TAG ab4a66548126bce74ecf2dc8027c116701d157c4
SOURCE_DIR "${CMAKE_BINARY_DIR}/litehtml-tests-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/litehtml-tests-build"
CMAKE_ARGS -DLITEHTML_PATH=${CMAKE_CURRENT_SOURCE_DIR}
Expand Down