File avidemux-cmake-2.8.8.patch of Package avidemux3 (Revision 62)
Currently displaying revision 62 , Show latest
16
1
--- cmake/admCheckRequiredLibs.cmake.orig 2023-02-03 14:58:30.448925032 +0100
2
+++ cmake/admCheckRequiredLibs.cmake 2023-02-03 14:58:30.464924977 +0100
3
4
endif (DEFINED PKGCONFIG_FOUND)
5
endif (${CMAKE_VERSION} VERSION_EQUAL 2.8.8)
6
7
-IF (NOT PKG_CONFIG_FOUND)
8
- MESSAGE(FATAL_ERROR "Could not find pkg-config")
9
-ENDIF (NOT PKG_CONFIG_FOUND)
10
+#IF (NOT PKG_CONFIG_FOUND)
11
+# MESSAGE(FATAL_ERROR "Could not find pkg-config")
12
+#ENDIF (NOT PKG_CONFIG_FOUND)
13
14
MESSAGE(STATUS "Found pkg-config")
15
16