Skip to content

Commit

Permalink
Merge branch 'main' into feature/zealot7_doc_3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
open-hippy authored Aug 8, 2023
2 parents 3318957 + 25a53fd commit dc16df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if ("${LAYOUT_ENGINE}" STREQUAL "Yoga")
target_link_libraries(${PROJECT_NAME} PRIVATE yogacore)
elseif ("${LAYOUT_ENGINE}" STREQUAL "Taitank")
InfraPackage_Add(taitank
REMOTE "dom/third_party/taitank/1.0.2/git-repo.tgz"
REMOTE "dom/third_party/taitank/1.0.5/git-repo.tgz"
LOCAL "third_party/taitank"
)
target_link_libraries(${PROJECT_NAME} PRIVATE taitank)
Expand Down

0 comments on commit dc16df8

Please sign in to comment.