We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 964118d + c43b67e commit 846505cCopy full SHA for 846505c
CMakeLists.txt
@@ -168,6 +168,8 @@ target_link_libraries(osrm-datastore ${Boost_LIBRARIES} FINGERPRINT GITDESCRIPTI
168
169
find_package(Threads REQUIRED)
170
target_link_libraries(osrm-extract ${CMAKE_THREAD_LIBS_INIT})
171
+target_link_libraries(osrm-datastore ${CMAKE_THREAD_LIBS_INIT})
172
+target_link_libraries(OSRM ${CMAKE_THREAD_LIBS_INIT})
173
174
find_package(TBB REQUIRED)
175
target_link_libraries(osrm-extract ${TBB_LIBRARIES})
0 commit comments