summarylogtreecommitdiffstats
path: root/cmake-destination.patch
diff options
context:
space:
mode:
authorMark Riedesel2019-12-11 06:52:32 -0600
committerMark Riedesel2019-12-11 06:52:32 -0600
commitae4e1adb3d7d7308b7d46144e3d45f9f43182d39 (patch)
tree70f5da4611e19b253ce81ceb311cb592972cef06 /cmake-destination.patch
parentfca90049607f6f0df5ae2a7ffe77d53ef80349ff (diff)
downloadaur-ae4e1adb3d7d7308b7d46144e3d45f9f43182d39.tar.gz
update to 2.1.0
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}"
- )