File: LocalAvm.diff

package info (click to toggle)
libavif 1.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 21,508 kB
  • sloc: ansic: 30,721; cpp: 14,588; xml: 1,507; sh: 1,265; java: 307; makefile: 57
file content (13 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b70f5a9f31..81b801d509 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1101,7 +1101,7 @@ if(NOT AVM_DIST_DIR)
 endif()
 
 add_custom_target(
-  dist
+  avm_dist
   COMMAND
     ${CMAKE_COMMAND} -DAVM_ROOT=${AVM_ROOT} -DAVM_CONFIG_DIR=${AVM_CONFIG_DIR}
     -DAVM_DIST_DIR=${AVM_DIST_DIR} -DAVM_DIST_APPS="${AVM_DIST_APPS}"