Skip to content

Commit 0c5b3e8

Browse files
[ci] Bump C++ requirement to C++17 for emscripten
As required by embind header
1 parent 239fbbd commit 0c5b3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ add_subdirectory(architectures)
226226
if(EMSCRIPTEN)
227227
set_target_properties(test_xsimd PROPERTIES LINK_FLAGS "-s MODULARIZE=1 -s EXPORT_NAME=test_xsimd_wasm -s WASM=1 -s ALLOW_MEMORY_GROWTH=1 -lembind")
228228
target_compile_options(test_xsimd
229-
PUBLIC --std=c++14
229+
PUBLIC --std=c++17
230230
PUBLIC "SHELL: -msimd128"
231231
PUBLIC "SHELL: -msse2"
232232
)

0 commit comments

Comments
 (0)