diff options
author | Chris Robinson <[email protected]> | 2022-01-30 05:46:29 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-01-30 05:46:29 -0800 |
commit | 96366c1fc142659a7a6da40d78403c30b3af4698 (patch) | |
tree | d7e93ab3458d1f15eb737ceae4024318cf24e776 /CMakeLists.txt | |
parent | 816bd8ab309dc0fe9afefcc5e3f2c294d3dc60a5 (diff) |
Output a message when EAX is enabled in CMake
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 148090c3..a6df47d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1487,6 +1487,11 @@ if(ALSOFT_EMBED_HRTF_DATA) ") endif() +if(ALSOFT_EAX) + message(STATUS "Enabled deprecated EAX extensions +") +endif() + # Install main library if(ALSOFT_INSTALL) configure_package_config_file(OpenALConfig.cmake.in OpenALConfig.cmake |