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

[WIP] [FIX] [Win] Trying to fix compilation with MS-MPI.

parent 9c7ff661
No related branches found
No related tags found
No related merge requests found
......@@ -142,11 +142,15 @@ IF("${BUILD_LIB}" STREQUAL "yes")
TARGET_LINK_LIBRARIES(
lib4neuro
PUBLIC
MPI::MPI_CXX
MPI::MPI_C
${MPI_C_LIBRARIES}
${MPI_CXX_LIBRARIES}
PRIVATE
exprtk_wrap
Threads::Threads
MPI::MPI_CXX
MPI::MPI_C
${Boost_LIBRARIES}
${CXX_FILESYSTEM_LIB}
${OpenBLAS_LIBRARIES}
......
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