Skip to content
Snippets Groups Projects
Commit 786a4f12 authored by Rene Halver's avatar Rene Halver
Browse files

fixed linking bug in CMakeLists.txt for ASCII2MPIBIN

parent 93d81bb9
No related branches found
No related tags found
No related merge requests found
Pipeline #17071 passed
...@@ -19,7 +19,7 @@ install(TARGETS ALL_test ...@@ -19,7 +19,7 @@ install(TARGETS ALL_test
# helper program to convert ascii input to mpi binary input # helper program to convert ascii input to mpi binary input
add_executable(ASCII2MPIBIN ascii2mpibin.cpp) add_executable(ASCII2MPIBIN ascii2mpibin.cpp)
target_link_libraries(ASCII2MPIBIN ${MPI_LIBRARIES}) target_link_libraries(ASCII2MPIBIN LINK_PUBLIC ALL)
install(TARGETS ASCII2MPIBIN install(TARGETS ASCII2MPIBIN
RUNTIME DESTINATION bin RUNTIME DESTINATION bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment