From 6809356bc22cb0d3497ab88cb0cd1d17f388f27d Mon Sep 17 00:00:00 2001 From: DerThorsten Date: Mon, 18 Sep 2023 12:15:47 +0200 Subject: [PATCH] fix --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ab29dd5ab..3d34646df 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -199,7 +199,7 @@ if(NOT EMSCRIPTEN) if (CROSS_COMPILE_ARM) add_custom_target(xtest COMMAND qemu-arm -L /usr/arm-linux-gnueabi/ test_xsimd DEPENDS test_xsimd) else() - add_executable(test_xsimd_wasm xsimd_wasm.cpp) + add_custom_target(xtest COMMAND test_xsimd DEPENDS test_xsimd) endif() if (XSIMD_ENABLE_WERROR)