diff options
author | Chris Robinson <[email protected]> | 2016-07-12 19:05:21 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-07-12 19:05:21 -0700 |
commit | b4cb0e9bf56b6f2192439c5ec767b3a699c60d53 (patch) | |
tree | 31630dd29343c0660bdfda7187e9acf64943d308 /CMakeLists.txt | |
parent | ee929a2eeabb23e701e595900a6e7e1e75f4c6aa (diff) |
Fix a copy-paste message error
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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() |