We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d89c0b commit 256ec0eCopy full SHA for 256ec0e
CMakeLists.txt
@@ -92,7 +92,7 @@ OPTION(ENABLE_XTL_COMPLEX "enables support for xcomplex defined in xtl" OFF)
92
OPTION(BUILD_TESTS "xsimd test suite" OFF)
93
94
if(ENABLE_XTL_COMPLEX)
95
- find_package(xtl 0.7.0 REQUIRED)
+ find_package(xtl 0.8.0 REQUIRED)
96
target_compile_features(xsimd INTERFACE cxx_std_14)
97
target_compile_definitions(xsimd INTERFACE XSIMD_ENABLE_XTL_COMPLEX=1)
98
target_link_libraries(xsimd INTERFACE xtl)
0 commit comments