Fix: Compilation error with CMake 4.0

Essentially a back-port of the earlier PR against main !130566

Aligns version used by cmake_minimum_required() in the main
CMakeLists.txt with the one in the extern/audaspace,

Pull Request: https://projects.blender.org/blender/blender/pulls/137460
This commit is contained in:
Sergey Sharybin
2025-04-15 12:55:40 +02:00
committed by Bart van der Braak
parent a10f621e64
commit 60ad563e62
+1 -1
View File
@@ -14,7 +14,7 @@
# limitations under the License.
################################################################################
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.10)
include(CMakeDependentOption)
if(POLICY CMP0054)