Skip to content

Commit d564f45

Browse files
committed
Refs #22970: Update Asio minimum version in CMakeLists
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
1 parent 5765909 commit d564f45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ if(NOT BUILD_SHARED_LIBS)
255255
endif()
256256

257257
eprosima_find_package(fastcdr 2 REQUIRED)
258-
eprosima_find_thirdparty(Asio asio VERSION 1.10.8)
258+
eprosima_find_thirdparty(Asio asio VERSION 1.13.0)
259259
eprosima_find_thirdparty(TinyXML2 tinyxml2)
260260

261261
find_package(foonathan_memory REQUIRED)

0 commit comments

Comments
 (0)