Skip to content

Commit 832ec35

Browse files
1 parent 8d89c0b commit 832ec35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ OPTION(ENABLE_XTL_COMPLEX "enables support for xcomplex defined in xtl" OFF)
9292
OPTION(BUILD_TESTS "xsimd test suite" OFF)
9393

9494
if(ENABLE_XTL_COMPLEX)
95-
find_package(xtl 0.7.0 REQUIRED)
95+
find_package(xtl 0.8.0 REQUIRED)
9696
target_compile_features(xsimd INTERFACE cxx_std_14)
9797
target_compile_definitions(xsimd INTERFACE XSIMD_ENABLE_XTL_COMPLEX=1)
9898
target_link_libraries(xsimd INTERFACE xtl)

0 commit comments

Comments
 (0)