Skip to content
Snippets Groups Projects
Commit 33a3a0d1 authored by Tofu Linden's avatar Tofu Linden
Browse files

follow-up to previous fix - don't link to librt twice.

parent 221885fc
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ else (STANDALONE) ...@@ -56,7 +56,7 @@ else (STANDALONE)
if (LINUX) if (LINUX)
if (VIEWER) if (VIEWER)
list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} uuid rt) list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} uuid)
endif (VIEWER) endif (VIEWER)
list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} rt) list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} rt)
endif (LINUX) endif (LINUX)
......
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