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.
1 parent a96136b commit 62f3a67Copy full SHA for 62f3a67
example/CMakeLists.txt
@@ -24,7 +24,7 @@ else()
24
message(STATUS "Building on a 32 bit system")
25
endif()
26
27
-find_package(Boost REQUIRED CONFIG COMPONENTS date_time iostreams thread)
+find_package(Boost REQUIRED COMPONENTS date_time iostreams thread)
28
29
link_directories(${LibOSRM_LIBRARY_DIRS})
30
add_executable(osrm-example example.cpp)
0 commit comments