summaryrefslogtreecommitdiff
path: root/misc/astc-encoder/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'misc/astc-encoder/files/patch-CMakeLists.txt')
-rw-r--r--misc/astc-encoder/files/patch-CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/astc-encoder/files/patch-CMakeLists.txt b/misc/astc-encoder/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..1838a5580827
--- /dev/null
+++ b/misc/astc-encoder/files/patch-CMakeLists.txt
@@ -0,0 +1,13 @@
+- workaround for https://github.com/ARM-software/astc-encoder/issues/345
+
+--- CMakeLists.txt.orig 2022-06-20 03:49:47 UTC
++++ CMakeLists.txt
+@@ -30,7 +30,7 @@ set(CMAKE_CXX_STANDARD 14)
+ set(CMAKE_CXX_STANDARD_REQUIRED ON)
+ set(CMAKE_CXX_EXTENSIONS OFF)
+ set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
+-set(PACKAGE_ROOT astcenc)
++set(PACKAGE_ROOT bin)
+
+ include(CTest)
+