We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799ef93 commit 3f6e1adCopy full SHA for 3f6e1ad
1 file changed
CBLAS/CMakeLists.txt
@@ -39,16 +39,11 @@ install(FILES ${CBLAS_INCLUDE} ${LAPACK_BINARY_DIR}/include/cblas_mangling.h
39
COMPONENT Development
40
)
41
42
-# --------------------------------------------------
43
if(BUILD_TESTING)
44
add_subdirectory(testing)
45
add_subdirectory(examples)
46
endif()
47
48
-if(NOT BLAS_FOUND)
49
- set(ALL_TARGETS ${ALL_TARGETS} ${BLASLIB})
50
-endif()
51
-
52
# Export cblas targets from the
53
# install tree, if any.
54
set(_cblas_config_install_guard_target "")
0 commit comments