Skip to content
Snippets Groups Projects
Commit 43d0505e authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Swiched to using Threads::Threads for the build of the MemoryMonitor executable.

Former-commit-id: 14d7c6532b0b362b0c8151e5db3dfd82ca8deb4c
parent 378cae47
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ atlas_add_executable( getSharedMemory
atlas_add_executable( MemoryMonitor
src/memory-monitor/MemoryMonitor.cxx
LINK_LIBRARIES ${CMAKE_THREAD_LIBS_INIT} )
LINK_LIBRARIES Threads::Threads )
# Install files from the package:
atlas_install_python_modules( python/*.py python/tests/*.py )
......
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