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

Massage the SNOW-606 fix to try to make everything (incl. our build machine...) happy.

parent a2fb3fab
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}) 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