We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799e9aa commit 8e7e56eCopy full SHA for 8e7e56e
1 file changed
xtensor-blasConfig.cmake.in
@@ -23,9 +23,6 @@ if(NOT TARGET @PROJECT_NAME@)
23
find_dependency(BLAS REQUIRED)
24
find_dependency(LAPACK REQUIRED)
25
target_link_libraries(xtensor-blas INTERFACE ${BLAS_LIBRARIES} ${LAPACK_LIBRARIES})
26
- if(${CMAKE_VERSION} VERSION_GREATER_EQUAL 3.8)
27
- target_compile_features(xtensor-blas INTERFACE cxx_std_17)
28
- endif()
29
endif()
30
31
set(PN xtensor_blas)
0 commit comments