forked from pool/aws-c-event-stream
Accepting request 743492 from home:glaubitz:branches:devel:libraries:c_c++
- Fix installation path for aws-c-event-stream-targets.cmake in patch to fix cmake modules path in CMakeLists.txt + aces_fix-cmake-modules-path.patch OBS-URL: https://build.opensuse.org/request/show/743492 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-event-stream?expand=0&rev=6
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
diff -Nru aws-c-event-stream-0.1.3.orig/CMakeLists.txt aws-c-event-stream-0.1.3/CMakeLists.txt
|
||||
--- aws-c-event-stream-0.1.3.orig/CMakeLists.txt 2019-09-14 02:52:46.000000000 +0200
|
||||
+++ aws-c-event-stream-0.1.3/CMakeLists.txt 2019-10-03 12:24:34.861135419 +0200
|
||||
+++ aws-c-event-stream-0.1.3/CMakeLists.txt 2019-10-28 13:20:59.891550824 +0100
|
||||
@@ -21,17 +21,11 @@
|
||||
file(TO_CMAKE_PATH "${CMAKE_INSTALL_PREFIX}" CMAKE_INSTALL_PREFIX)
|
||||
endif()
|
||||
@@ -28,7 +28,7 @@ diff -Nru aws-c-event-stream-0.1.3.orig/CMakeLists.txt aws-c-event-stream-0.1.3/
|
||||
|
||||
install(EXPORT "${CMAKE_PROJECT_NAME}-targets"
|
||||
- DESTINATION "${LIBRARY_DIRECTORY}/${CMAKE_PROJECT_NAME}/cmake/${TARGET_DIR}/"
|
||||
+ DESTINATION "${LIB_INSTALL_DIR}/cmake/${CMAKE_PROJECT_NAME}"
|
||||
+ DESTINATION "${LIB_INSTALL_DIR}/cmake/${CMAKE_PROJECT_NAME}/${TARGET_DIR}/"
|
||||
NAMESPACE AWS::
|
||||
COMPONENT Development)
|
||||
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 13:03:31 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Fix installation path for aws-c-event-stream-targets.cmake
|
||||
in patch to fix cmake modules path in CMakeLists.txt
|
||||
+ aces_fix-cmake-modules-path.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 10:28:51 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user