blob: 420c33555cad8c4eab8fa8b027d57bf848df2dc4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git a/avidemux_core/cmake/admCoreIncludes.cmake b/avidemux_core/cmake/admCoreIncludes.cmake
index 49c53209c..7374f020a 100644
--- a/avidemux_core/cmake/admCoreIncludes.cmake
+++ b/avidemux_core/cmake/admCoreIncludes.cmake
@@ -1,5 +1,4 @@
# eclipse
-SET(CMAKE_VERBOSE_MAKEFILE ON)
IF(CMAKE_COMPILER_IS_GNUCC)
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fmessage-length=0")
ENDIF()
|