Skip to content
Snippets Groups Projects
Commit 54b607cf authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Fixed name of openblas CMake target

parent 6bc8443e
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ if(NOT rv STREQUAL "0")
endif()
# Add a compile flag -lgfortran and -lpthreads
set_target_properties(${LIB_PREFIX}openblas.${LIB_SUFFIX} PROPERTIES LINK_FLAGS "-lgfortran -lpthreads")
set_target_properties(openblas PROPERTIES LINK_FLAGS "-lgfortran -lpthreads")
# Build library
execute_process(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment