Driver: DXX: Update libredxx

pull/76/merge
Kyle Schwarz 2025-08-28 23:24:04 -04:00
parent 3c0c0dd44c
commit b10e29b8f5
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ if(LIBICSNEO_ENABLE_DXX)
include(FetchContent) include(FetchContent)
FetchContent_Declare(libredxx FetchContent_Declare(libredxx
GIT_REPOSITORY https://github.com/Zeranoe/libredxx.git GIT_REPOSITORY https://github.com/Zeranoe/libredxx.git
GIT_TAG 1e3798655a6376d2085ef8d0267c035ae78c6446 GIT_TAG 3acc754d0af4fe529f05dbc2488b2da77ad9729c
) )
set(LIBREDXX_DISABLE_INSTALL ON) set(LIBREDXX_DISABLE_INSTALL ON)
FetchContent_MakeAvailable(libredxx) FetchContent_MakeAvailable(libredxx)