File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,6 @@ if(BUILD_TESTING)
44
44
add_subdirectory (examples )
45
45
endif ()
46
46
47
- install (EXPORT ${CBLASLIB} -targets
48
- DESTINATION ${CMAKE_INSTALL_LIBDIR} /cmake/${CBLASLIB}-${LAPACK_VERSION}
49
- COMPONENT Development
50
- )
51
-
52
-
53
47
configure_file (${CMAKE_CURRENT_SOURCE_DIR} /cblas.pc.in
54
48
${CMAKE_CURRENT_BINARY_DIR} /${CBLASLIB}.pc @ONLY )
55
49
install (FILES
@@ -70,7 +64,7 @@ install(FILES
70
64
DESTINATION ${CMAKE_INSTALL_LIBDIR} /cmake/${CBLASLIB}-${LAPACK_VERSION}
71
65
)
72
66
73
- # install(EXPORT ${CBLASLIB}-targets
74
- # DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${CBLASLIB}-${LAPACK_VERSION}
75
- # COMPONENT Development
76
- # )
67
+ install (EXPORT ${CBLASLIB} -targets
68
+ DESTINATION ${CMAKE_INSTALL_LIBDIR} /cmake/${CBLASLIB}-${LAPACK_VERSION}
69
+ COMPONENT Development
70
+ )
You can’t perform that action at this time.
0 commit comments