Skip to content

Commit 66a6baa

Browse files
authored
Merge pull request #141 from louwers/patch-2
Update simde GIT_TAG to specific commit
2 parents 1411a54 + f7771da commit 66a6baa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake_modules/simde.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ include(FetchContent)
22
FetchContent_Declare(
33
simde
44
GIT_REPOSITORY https://github.com/simd-everywhere/simde.git
5-
GIT_TAG master
5+
GIT_TAG c6ddddc4a5bee9913b60de6757227aa078192663
66
)
77
FetchContent_MakeAvailable(simde)
88

99
add_library(simde INTERFACE IMPORTED GLOBAL)
1010
target_include_directories(simde INTERFACE "${simde_SOURCE_DIR}")
1111

1212
# Enables native aliases. Not ideal but makes it easier to convert old code.
13-
target_compile_definitions(simde INTERFACE SIMDE_ENABLE_NATIVE_ALIASES)
13+
target_compile_definitions(simde INTERFACE SIMDE_ENABLE_NATIVE_ALIASES)

0 commit comments

Comments
 (0)