summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Asteborg <maastebo@microsoft.com>2020-08-28 16:17:50 -0700
committerRalph Giles <giles@thaumas.net>2020-11-21 08:39:38 -0800
commit93fe345080654071181025efa6d8e289c132dfc9 (patch)
tree6ff639f990f333f48c1ff8d394b842deb0042114
parentc2b542b6c02bafbe7a83b2eeec6cb5a0bfa3ed0d (diff)
downloadopus-93fe345080654071181025efa6d8e289c132dfc9.tar.gz
cmake - change logging of api version to debug
Signed-off-by: Ralph Giles <giles@thaumas.net>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 244ad139..63df953a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -233,7 +233,7 @@ add_library(opus ${opus_headers} ${opus_sources} ${opus_sources_float} ${Opus_PU
add_library(Opus::opus ALIAS opus)
get_library_version(OPUS_LIBRARY_VERSION OPUS_LIBRARY_VERSION_MAJOR)
-message(STATUS "Opus library version: ${OPUS_LIBRARY_VERSION}")
+message(DEBUG "Opus library version: ${OPUS_LIBRARY_VERSION}")
set_target_properties(opus
PROPERTIES SOVERSION