Skip to content

Commit f5a7047

Browse files
author
Clement Champetier
committed
CMake: set verbose mode off
1 parent 03a828d commit f5a7047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add_definitions(-DAVTRANSCODER_VERSION_MICRO=1)
99
set(AVTRANSCODER_VERSION "0.2.1")
1010

1111
# Diplay commands being ran by CMake
12-
set(CMAKE_VERBOSE_MAKEFILE ON)
12+
set(CMAKE_VERBOSE_MAKEFILE OFF)
1313

1414
# CPP flags on debug / release mode
1515
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wall -fPIC -pg -g")

0 commit comments

Comments
 (0)