From b4cb0e9bf56b6f2192439c5ec767b3a699c60d53 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 12 Jul 2016 19:05:21 -0700 Subject: [PATCH] Fix a copy-paste message error --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5a5ecfc..4bca46b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1272,7 +1272,7 @@ IF(ALSOFT_AMBDEC_PRESETS) presets/presets.txt DESTINATION ${SHARE_INSTALL_DIR}/openal/presets ) - MESSAGE(STATUS "Installing HRTF definitions") + MESSAGE(STATUS "Installing AmbDec presets") MESSAGE(STATUS "") ENDIF() -- 2.11.4.GIT