CMake: quiet AUDASPACE warning setting an old minimum_version

PR submitted upstream.
This commit is contained in:
Campbell Barton 2023-08-17 11:53:59 +10:00
parent cfc9473c3f
commit af16faf5d7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
################################################################################
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
include(CMakeDependentOption)
if(POLICY CMP0054)