diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-06-19 20:58:38 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-06-19 20:58:38 -0700 |
commit | 405f41b182655cf3422c489988a22b5a1f401fd8 (patch) | |
tree | 1e8e041a512c98ac17584d737ee897ab41ce82e1 /misc/astc-encoder/files/patch-CMakeLists.txt | |
parent | misc/vfc: New port: Library and tool for converting vertex formats (diff) |
misc/astc-encoder: New port: Texture compressor for Adaptive Scalable Texture Compression format
Diffstat (limited to 'misc/astc-encoder/files/patch-CMakeLists.txt')
-rw-r--r-- | misc/astc-encoder/files/patch-CMakeLists.txt | 13 |
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) + |