Skip to content

Commit f22fde6

Browse files
committed
[cmake] Update the version of VDT to 0.4.6
to address the new behaviour of the compiler shipped with XCode 16.3
1 parent e4ace4f commit f22fde6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/modules/SearchInstalledSoftware.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,13 +1477,13 @@ if(vdt OR builtin_vdt)
14771477
endif()
14781478
endif()
14791479
if(builtin_vdt)
1480-
set(vdt_version 0.4.4)
1480+
set(vdt_version 0.4.6)
14811481
set(VDT_FOUND True)
14821482
set(VDT_LIBRARIES ${CMAKE_BINARY_DIR}/lib/${CMAKE_STATIC_LIBRARY_PREFIX}vdt${CMAKE_SHARED_LIBRARY_SUFFIX})
14831483
ExternalProject_Add(
14841484
VDT
14851485
URL ${lcgpackages}/vdt-${vdt_version}.tar.gz
1486-
URL_HASH SHA256=8b1664b45ec82042152f89d171dd962aea9bb35ac53c8eebb35df1cb9c34e498
1486+
URL_HASH SHA256=1820feae446780763ec8bbb60a0dbcf3ae1ee548bdd01415b1fb905fd4f90c54
14871487
INSTALL_DIR ${CMAKE_BINARY_DIR}
14881488
CMAKE_ARGS
14891489
-DSSE=OFF # breaks on ARM without this

0 commit comments

Comments
 (0)