Skip to content

Commit

Permalink
Update libloadorder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Oct 7, 2024
1 parent 18dbb58 commit f00bfe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ else()
endif()

if(NOT DEFINED LIBLOADORDER_URL)
set(LIBLOADORDER_URL "https://github.com/Ortham/libloadorder/archive/refs/tags/18.1.1.tar.gz")
set(LIBLOADORDER_HASH "SHA256=3046a83916297778e8c49acd731e8fff00f528a182e16a0098ed2790666c59c6")
set(LIBLOADORDER_URL "https://github.com/Ortham/libloadorder/archive/refs/heads/improve-perf.tar.gz")
#set(LIBLOADORDER_HASH "SHA256=3046a83916297778e8c49acd731e8fff00f528a182e16a0098ed2790666c59c6")
endif()

ExternalProject_Add(libloadorder
Expand Down

0 comments on commit f00bfe4

Please sign in to comment.