mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:39:00 +08:00
338d300d3e
* [fineftp] Add package v1.3.4 * [fineftp] Updated license * [fineftp] database updated * [fineftp] Fix git tree * [fineftp] Disable Android platform * [fineftp] Updated database * Update ports/fineftp/portfile.cmake Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com> * Update ports/fineftp/portfile.cmake Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com> * [fineftp] Add EOF * [fineftp] Update database * [fineftp] Remove white line * [fineftp] Update database * [fineftp] Remove empty line * [fineftp] Update database --------- Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
14 lines
477 B
Diff
14 lines
477 B
Diff
diff --git a/fineftp-server/CMakeLists.txt b/fineftp-server/CMakeLists.txt
|
|
index e4e3152..9e609d9 100644
|
|
--- a/fineftp-server/CMakeLists.txt
|
|
+++ b/fineftp-server/CMakeLists.txt
|
|
@@ -10,7 +10,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)
|
|
set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)
|
|
|
|
find_package(Threads REQUIRED)
|
|
-find_package(asio REQUIRED)
|
|
+find_package(asio CONFIG REQUIRED)
|
|
|
|
# Include GenerateExportHeader that will create export macros for us
|
|
include(GenerateExportHeader)
|