Skip to content

Commit

Permalink
BLD: test to improve mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
carsten-forty2 committed Nov 13, 2024
1 parent 44ffcf6 commit e7d441a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ endif()

if (OpenBLAS_INCLUDE_DIR)
include_directories(${OpenBLAS_INCLUDE_DIR})
target_link_libraries(${libgimli_TARGET_NAME} ${BLAS_LIBRARIES})

if (NOT APPLE)
target_link_libraries(${libgimli_TARGET_NAME} openblas)
endif()
# if (NOT APPLE)
# target_link_libraries(${libgimli_TARGET_NAME} openblas
# endif()
endif()

if (USE_BOOST_THREAD)
Expand Down

0 comments on commit e7d441a

Please sign in to comment.