diff options
author | Chris Robinson <[email protected]> | 2022-01-30 05:46:29 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-02-01 04:04:24 -0800 |
commit | 071c9a6758b9c6810b81e60a3524b21684762f15 (patch) | |
tree | 80bdba0a1877a0156d5acf17752a141c6b020d2d /CMakeLists.txt | |
parent | 195ae4b1d2d4d44e95b25de7bfa9bbdc787573f8 (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 a6df47d3..d396e547 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1482,6 +1482,11 @@ if(FPMATH_SET) ") endif() +if(ALSOFT_EAX) + message(STATUS "Building with deprecated EAX extensions +") +endif() + if(ALSOFT_EMBED_HRTF_DATA) message(STATUS "Embedding HRTF datasets ") |