aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2022-04-25 22:03:37 +0000
committerAurimas Liutikas <aurimas@google.com>2022-04-25 22:03:40 +0000
commit94944ae7c8b86edf58ed07539d3fa9c0369615ba (patch)
tree4c44f6bf1af07cdb4062a2ae7e669fca83fa9677
parent6d2ffb9ab7f8de0fc513aebaeff15cbec1354240 (diff)
downloadlibyuv-94944ae7c8b86edf58ed07539d3fa9c0369615ba.tar.gz
Reduce verbosity when building libyuv using cmake
Change-Id: I343a6193b2470a64153665389edc0ed523782b40 Test: local build no longer prints version of libyuv
-rw-r--r--files/CM_linux_packages.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/CM_linux_packages.cmake b/files/CM_linux_packages.cmake
index 5f676f89..a073edfa 100644
--- a/files/CM_linux_packages.cmake
+++ b/files/CM_linux_packages.cmake
@@ -8,7 +8,7 @@ SET ( YUV_VER_MAJOR 0 )
SET ( YUV_VER_MINOR 0 )
SET ( YUV_VER_PATCH ${YUV_VERSION_NUMBER} )
SET ( YUV_VERSION ${YUV_VER_MAJOR}.${YUV_VER_MINOR}.${YUV_VER_PATCH} )
-MESSAGE ( "Building ver.: ${YUV_VERSION}" )
+MESSAGE ( VERBOSE "Building ver.: ${YUV_VERSION}" )
# is this a 32-bit or 64-bit build?
IF ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
@@ -45,7 +45,7 @@ ELSE ()
SET ( YUV_SYSTEM_NAME "amd-${YUV_BIT_SIZE}" )
ENDIF ()
ENDIF ()
-MESSAGE ( "Packaging for: ${YUV_SYSTEM_NAME}" )
+MESSAGE ( VERBOSE "Packaging for: ${YUV_SYSTEM_NAME}" )
# define all the variables needed by CPack to create .deb and .rpm packages
SET ( CPACK_PACKAGE_VENDOR "Frank Barchard" )