Skip to content
Snippets Groups Projects
Commit 285cdc5b authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #5921: InputProc no longer uses shm, so linking to librt is no longer needed.

parent 876d736d
No related branches found
No related tags found
No related merge requests found
...@@ -27,9 +27,6 @@ if(MPI_FOUND) ...@@ -27,9 +27,6 @@ if(MPI_FOUND)
endif(MPI_FOUND) endif(MPI_FOUND)
lofar_add_library(inputproc ${_inputproc_sources}) lofar_add_library(inputproc ${_inputproc_sources})
if(UNIX AND NOT APPLE)
target_link_libraries(inputproc rt)
endif(UNIX AND NOT APPLE)
lofar_add_bin_program(filterRSP Station/filterRSP.cc) lofar_add_bin_program(filterRSP Station/filterRSP.cc)
lofar_add_bin_program(printRSP Station/printRSP.cc) lofar_add_bin_program(printRSP Station/printRSP.cc)
......
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