Skip to content
Snippets Groups Projects
Commit 9ed62e83 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay Committed by Axel Naumann
Browse files

Updated all necessary libraries to use ROOT_ATOMIC_LIBS.

Whichever library was missing a link against libatomic in my
Raspberry Pi test build, received a link against ROOT_ATOMIC_LIBS
in this update.
parent 7c5a32d7
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ ROOT_LINKER_LIBRARY(RIO
$<TARGET_OBJECTS:RootPcmObjs>
LIBRARIES
${CMAKE_DL_LIBS}
${ROOT_ATOMIC_LIBS}
DEPENDENCIES
Core
Thread
......
......@@ -100,6 +100,8 @@ ROOT_STANDARD_LIBRARY_PACKAGE(Net
-writeEmptyRootPCM
DEPENDENCIES
RIO
LIBRARIES
${ROOT_ATOMIC_LIBS}
)
if(ssl)
......
......@@ -86,4 +86,6 @@ ROOT_STANDARD_LIBRARY_PACKAGE(Proof
RIO
Thread
Tree
LIBRARIES
${ROOT_ATOMIC_LIBS}
)
......@@ -119,6 +119,8 @@ ROOT_STANDARD_LIBRARY_PACKAGE(Tree
Imt
Net
RIO
LIBRARIES
${ROOT_ATOMIC_LIBS}
)
ROOT_ADD_TEST_SUBDIRECTORY(test)
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