Skip to content

Commit 8ebf541

Browse files
committed
Set EXPORT_NAME to match OpenBLASConfig.cmake
1 parent b03ae3f commit 8ebf541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ endif()
169169
# Set output for libopenblas
170170
set_target_properties( ${OpenBLAS_LIBNAME} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
171171
set_target_properties( ${OpenBLAS_LIBNAME} PROPERTIES LIBRARY_OUTPUT_NAME_DEBUG "${OpenBLAS_LIBNAME}_d")
172+
set_target_properties( ${OpenBLAS_LIBNAME} PROPERTIES EXPORT_NAME "OpenBLAS")
172173

173174
foreach (OUTPUTCONFIG ${CMAKE_CONFIGURATION_TYPES})
174175
string( TOUPPER ${OUTPUTCONFIG} OUTPUTCONFIG )

0 commit comments

Comments
 (0)