early-access version 2853
This commit is contained in:
28
externals/vcpkg/ports/aws-c-auth/fix-cmake-target-path.patch
vendored
Executable file
28
externals/vcpkg/ports/aws-c-auth/fix-cmake-target-path.patch
vendored
Executable file
@@ -0,0 +1,28 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 6a00afa..eba3d43 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -118,7 +118,7 @@ else()
|
||||
endif()
|
||||
|
||||
install(EXPORT "${PROJECT_NAME}-targets"
|
||||
- DESTINATION "${LIBRARY_DIRECTORY}/${PROJECT_NAME}/cmake/${TARGET_DIR}/"
|
||||
+ DESTINATION "${LIBRARY_DIRECTORY}/${PROJECT_NAME}/cmake/"
|
||||
NAMESPACE AWS::
|
||||
COMPONENT Development)
|
||||
|
||||
diff --git a/cmake/aws-c-auth-config.cmake b/cmake/aws-c-auth-config.cmake
|
||||
index 430c1d7..6adbe53 100644
|
||||
--- a/cmake/aws-c-auth-config.cmake
|
||||
+++ b/cmake/aws-c-auth-config.cmake
|
||||
@@ -5,9 +5,5 @@ find_dependency(aws-c-cal)
|
||||
find_dependency(aws-c-io)
|
||||
find_dependency(aws-c-http)
|
||||
|
||||
-if (BUILD_SHARED_LIBS)
|
||||
- include(${CMAKE_CURRENT_LIST_DIR}/shared/@PROJECT_NAME@-targets.cmake)
|
||||
-else()
|
||||
- include(${CMAKE_CURRENT_LIST_DIR}/static/@PROJECT_NAME@-targets.cmake)
|
||||
-endif()
|
||||
+include(${CMAKE_CURRENT_LIST_DIR}/@CMAKE_PROJECT_NAME@-targets.cmake)
|
||||
|
Reference in New Issue
Block a user