Skip to content

Commit 921c6b3

Browse files
committed
Update CMakeLists.txt
Signed-off-by: Andrea <[email protected]> update asio min version required-> (used ubuntu20.04 asio version)
1 parent 5b1dc26 commit 921c6b3

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
@@ -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.30.2)
259259
eprosima_find_thirdparty(TinyXML2 tinyxml2)
260260

261261
find_package(foonathan_memory REQUIRED)

0 commit comments

Comments
 (0)