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:
committed by
Bart van der Braak
parent
a10f621e64
commit
60ad563e62
Vendored
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user