diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 92e789e4..73a0836a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # CMake build file list for OpenAL -cmake_minimum_required(VERSION 3.0.2) +cmake_minimum_required(VERSION 3.13) enable_testing() if(APPLE) |