diff options
author | Chris Robinson <[email protected]> | 2023-07-28 18:19:27 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-07-30 14:59:34 -0700 |
commit | 4a9e8f6ef5f58e66e7b1142db6ed909eab090b02 (patch) | |
tree | 0459859c33b3b4bf88aebcc5d1bf0a191631757a /CMakeLists.txt | |
parent | 8c5e9fc226e7369f03669fa5984a0fcf6528f726 (diff) |
Update the specified minimum CMake version required
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 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) |