summarylogtreecommitdiffstats
path: root/eastl-fix-cmake-install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'eastl-fix-cmake-install.patch')
-rw-r--r--eastl-fix-cmake-install.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/eastl-fix-cmake-install.patch b/eastl-fix-cmake-install.patch
deleted file mode 100644
index ed172ef71fd5..000000000000
--- a/eastl-fix-cmake-install.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ruN EASTL/CMakeLists.txt EASTL_/CMakeLists.txt
---- EASTL/CMakeLists.txt 2023-02-01 22:13:16.277102675 +0800
-+++ EASTL_/CMakeLists.txt 2023-02-01 22:13:24.290381488 +0800
-@@ -56,3 +56,9 @@
-
- target_link_libraries(EASTL EABase)
-
-+#-------------------------------------------------------------------------------------------
-+# Installation
-+#-------------------------------------------------------------------------------------------
-+install(TARGETS EASTL DESTINATION lib)
-+install(DIRECTORY include/EASTL DESTINATION include)
-+