Skip to content

Commit 62f3a67

Browse files
committed
No config
1 parent a96136b commit 62f3a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else()
2424
message(STATUS "Building on a 32 bit system")
2525
endif()
2626

27-
find_package(Boost REQUIRED CONFIG COMPONENTS date_time iostreams thread)
27+
find_package(Boost REQUIRED COMPONENTS date_time iostreams thread)
2828

2929
link_directories(${LibOSRM_LIBRARY_DIRS})
3030
add_executable(osrm-example example.cpp)

0 commit comments

Comments
 (0)