Skip to content

Commit b7f0a1f

Browse files
Migrate to Conan 2.x
1 parent fec9a42 commit b7f0a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ JOIN("-I${DEPENDENCIES_INCLUDE_DIRS}" " -I" PKGCONFIG_OSRM_INCLUDE_FLAGS)
605605
# the link libraries to be written to the pkg-config file.
606606
# Conan & TBB define dependencies as CMake targets too, that's why we do the same for them.
607607
foreach(engine_lib ${ENGINE_LIBRARIES})
608-
if("${engine_lib}" MATCHES "^Boost.*" OR "${engine_lib}" MATCHES "^CONAN_LIB.*" OR "${engine_lib}" MATCHES "^TBB.*")
608+
if("${engine_lib}" MATCHES "^boost.*" OR "${engine_lib}" MATCHES "^CONAN_LIB.*" OR "${engine_lib}" MATCHES "^TBB.*")
609609
list(APPEND PKGCONFIG_DEPENDENT_LIBRARIES "$<TARGET_LINKER_FILE:${engine_lib}>")
610610
else()
611611
list(APPEND PKGCONFIG_DEPENDENT_LIBRARIES "${engine_lib}")

0 commit comments

Comments
 (0)