mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
b312224c7b
* Update fastrtps to 2.4.0 * Update CI baseline * Fix installation of fast-discovery-server.exe tool * Update git-tree hash * Another fix * Update git-tree hash * Use vcpkg_replace_string Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Fix indentation * Update git-tree hash * Remove double quotes * update version * Disable symlinks * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
13 lines
373 B
Diff
13 lines
373 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -141,7 +141,7 @@ if(NOT BUILD_SHARED_LIBS)
|
|
endif()
|
|
|
|
eprosima_find_package(fastcdr REQUIRED)
|
|
-eprosima_find_thirdparty(Asio asio VERSION 1.10.8)
|
|
+find_package(asio CONFIG REQUIRED)
|
|
eprosima_find_thirdparty(TinyXML2 tinyxml2)
|
|
|
|
find_package(foonathan_memory REQUIRED)
|