diff options
author | Staz M <staz@staz.io> | 2021-04-01 02:51:47 -0400 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2021-04-07 14:51:50 +0300 |
commit | 5329a829a0349bdf76a743efbb2d3f416b285e94 (patch) | |
tree | c5e8c6f1460bbd61db74d0779c914df29a75e1c3 /CMakeLists.txt | |
parent | 0a90c09e00c3f6238efe8c89daf2c7e55ea4f011 (diff) | |
download | fdk-aac-5329a829a0349bdf76a743efbb2d3f416b285e94.tar.gz fdk-aac-5329a829a0349bdf76a743efbb2d3f416b285e94.tar.bz2 fdk-aac-5329a829a0349bdf76a743efbb2d3f416b285e94.zip |
Made this compatible with cmake version 3.5.1
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 c4ab493..314ba84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ # # cmake --build . -c Release -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.5.1) # Policies |