Skip to content

Commit 3f6e1ad

Browse files
committed
Redundant adding of blas to ALL_TARGETS removed
Already happens in the root CMakeLists.txt in line 377.
1 parent 799ef93 commit 3f6e1ad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CBLAS/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,11 @@ install(FILES ${CBLAS_INCLUDE} ${LAPACK_BINARY_DIR}/include/cblas_mangling.h
3939
COMPONENT Development
4040
)
4141

42-
# --------------------------------------------------
4342
if(BUILD_TESTING)
4443
add_subdirectory(testing)
4544
add_subdirectory(examples)
4645
endif()
4746

48-
if(NOT BLAS_FOUND)
49-
set(ALL_TARGETS ${ALL_TARGETS} ${BLASLIB})
50-
endif()
51-
5247
# Export cblas targets from the
5348
# install tree, if any.
5449
set(_cblas_config_install_guard_target "")

0 commit comments

Comments
 (0)