From 20649349399b7cc7336c472d84122278eeafe166 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 23 Jun 2014 16:02:58 -0700 Subject: [PATCH] link -lrt to osrm-prepare --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b0c9715e..bca27f7d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,6 +165,7 @@ if(APPLE) endif() if(UNIX AND NOT APPLE) + target_link_libraries(osrm-prepare rt) target_link_libraries(osrm-datastore rt) target_link_libraries(OSRM rt) endif()