aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/azure-c-shared-utility/fix-install-location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/azure-c-shared-utility/fix-install-location.patch')
-rw-r--r--vcpkg/ports/azure-c-shared-utility/fix-install-location.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/azure-c-shared-utility/fix-install-location.patch b/vcpkg/ports/azure-c-shared-utility/fix-install-location.patch
new file mode 100644
index 0000000..56d5b36
--- /dev/null
+++ b/vcpkg/ports/azure-c-shared-utility/fix-install-location.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index deeaae7d..c0c84275 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -689,7 +689,7 @@ install (TARGETS ${targets} EXPORT aziotsharedutilTargets
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
+ INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/azureiot
+ )
+-install (FILES ${source_h_files} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/azure_c_shared_utility)
++install (FILES ${source_h_files} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/azureiot/azure_c_shared_utility)
+ install (FILES ${micromock_h_files_full_path} ${INSTALL_H_FILES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/azureiot)
+
+