Skip to content

Commit 8e7e56e

Browse files
committed
Do not propagate standard version
1 parent 799e9aa commit 8e7e56e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

xtensor-blasConfig.cmake.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ if(NOT TARGET @PROJECT_NAME@)
2323
find_dependency(BLAS REQUIRED)
2424
find_dependency(LAPACK REQUIRED)
2525
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()
2926
endif()
3027

3128
set(PN xtensor_blas)

0 commit comments

Comments
 (0)