Skip to content

Commit 0665185

Browse files
authored
Merge pull request #11 from bringauto/jan_kubalek/packager_consistency_bugfix
Use Boost 1.86 by default
2 parents 5a1f7af + b3fe29f commit 0665185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SET(CMAKE_FIND_USE_CMAKE_SYSTEM_PATH OFF CACHE BOOL "Prevent using system paths
22

33
BA_PACKAGE_LIBRARY(zlib v1.2.11)
44
BA_PACKAGE_LIBRARY(ba-logger v1.2.0)
5-
BA_PACKAGE_LIBRARY(boost v1.78.0)
5+
BA_PACKAGE_LIBRARY(boost v1.86.0)
66
BA_PACKAGE_LIBRARY(fleet-protocol-interface v2.0.0 PLATFORM_STRING_MODE any_machine NO_DEBUG ON)
77
BA_PACKAGE_LIBRARY(fleet-protocol-cxx-helpers-static v1.1.1)
88
BA_PACKAGE_LIBRARY(cpprestsdk v2.10.20)

0 commit comments

Comments
 (0)