Skip to content

Commit 6802aa0

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 a7a9cdb commit 6802aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cmake/modules/SearchInstalledSoftware.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1536,13 +1536,13 @@ if(vdt OR builtin_vdt)
15361536
endif()
15371537
endif()
15381538
if(builtin_vdt)
1539-
set(vdt_version 0.4.4)
1539+
set(vdt_version 0.4.6)
15401540
set(VDT_FOUND True)
15411541
set(VDT_LIBRARIES ${CMAKE_BINARY_DIR}/lib/${CMAKE_STATIC_LIBRARY_PREFIX}vdt${CMAKE_SHARED_LIBRARY_SUFFIX})
15421542
ExternalProject_Add(
15431543
VDT
15441544
URL ${lcgpackages}/vdt-${vdt_version}.tar.gz
1545-
URL_HASH SHA256=8b1664b45ec82042152f89d171dd962aea9bb35ac53c8eebb35df1cb9c34e498
1545+
URL_HASH SHA256=1820feae446780763ec8bbb60a0dbcf3ae1ee548bdd01415b1fb905fd4f90c54
15461546
INSTALL_DIR ${CMAKE_BINARY_DIR}
15471547
CMAKE_ARGS
15481548
-DSSE=OFF # breaks on ARM without this

0 commit comments

Comments
 (0)