Skip to content

Commit b3ce312

Browse files
committed
Update Highway to 1.3
1 parent 1b0b7b5 commit b3ce312

3 files changed

Lines changed: 4 additions & 118 deletions

File tree

ExampleDependencies/CMakeLists.txt

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,13 @@ find_package(ManiVault COMPONENTS Core PointData CONFIG QUIET)
3232

3333
CPMAddPackage(
3434
NAME highway
35-
URL https://github.com/google/highway/archive/refs/tags/1.2.0.tar.gz
36-
URL_HASH SHA256=7e0be78b8318e8bdbf6fa545d2ecb4c90f947df03f7aadc42c1967f019e63343
37-
PATCHES
38-
"cmake/highway-win.patch" # from https://github.com/conan-io/conan-center-index/pull/24197/files, fixes https://github.com/google/highway/issues/2225
39-
"cmake/highway-apple-arm.patch" # from https://github.com/Homebrew/homebrew-core/blob/d55553b062fab1ddfc3ea0c8f41725f0b2584f10/Formula/h/highway.rb, fixes https://github.com/google/highway/issues/2317
35+
GITHUB_REPOSITORY "google/highway"
36+
GIT_TAG 1.3.0
4037
OPTIONS "HWY_ENABLE_EXAMPLES OFF" "HWY_ENABLE_INSTALL OFF" "HWY_ENABLE_TESTS OFF" "HWY_ENABLE_CONTRIB ON" "BUILD_SHARED_LIBS ON"
4138
)
4239

43-
if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
44-
set_target_properties(hwy_test PROPERTIES EXCLUDE_FROM_ALL True)
45-
set_target_properties(hwy_list_targets PROPERTIES EXCLUDE_FROM_ALL True)
46-
endif()
40+
set_target_properties(hwy_test PROPERTIES EXCLUDE_FROM_ALL True)
41+
set_target_properties(hwy_list_targets PROPERTIES EXCLUDE_FROM_ALL True)
4742

4843
if(${MV_EXAMPLES_USE_VCPKG})
4944
find_package(blake3 CONFIG REQUIRED)

ExampleDependencies/cmake/highway-apple-arm.patch

Lines changed: 0 additions & 18 deletions
This file was deleted.

ExampleDependencies/cmake/highway-win.patch

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)