summarylogtreecommitdiffstats
path: root/cmake-destination.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cmake-destination.patch')
-rw-r--r--cmake-destination.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/cmake-destination.patch b/cmake-destination.patch
deleted file mode 100644
index 8793d8b9e923..000000000000
--- a/cmake-destination.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/easy_profiler_core/CMakeLists.txt b/easy_profiler_core/CMakeLists.txt
-index 7d5bec4..4cfafde 100644
---- a/easy_profiler_core/CMakeLists.txt
-+++ b/easy_profiler_core/CMakeLists.txt
-@@ -306,8 +306,9 @@ install(
- easy_profiler
- EXPORT
- ${targets_export_name}
-- DESTINATION
-- bin
-+ LIBRARY DESTINATION lib
-+ ARCHIVE DESTINATION lib
-+ RUNTIME DESTINATION bin
- INCLUDES DESTINATION "${include_install_dir}"
- )