[Bf-blender-cvs] [025570c44e4] master: Build: bump minimum GCC version from 9.3.1 to 11.0.0

Campbell Barton noreply at git.blender.org
Sat Dec 17 03:55:29 CET 2022


Commit: 025570c44e4e7c83331266876a7ef1969466ed23
Author: Campbell Barton
Date:   Sat Dec 17 13:53:30 2022 +1100
Branches: master
https://developer.blender.org/rB025570c44e4e7c83331266876a7ef1969466ed23

Build: bump minimum GCC version from 9.3.1 to 11.0.0

Increase the minimum version as part of the VFX platform 2023.

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 62e03a003b2..428207f0231 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -117,7 +117,7 @@ enable_testing()
 # Keep in sync with: https://wiki.blender.org/wiki/Building_Blender
 
 if(CMAKE_COMPILER_IS_GNUCC)
-  if("${CMAKE_C_COMPILER_VERSION}" VERSION_LESS "9.3.1")
+  if("${CMAKE_C_COMPILER_VERSION}" VERSION_LESS "11.0.0")
     message(FATAL_ERROR "The minimum supported version of GCC is 9.3.1")
   endif()
 elseif(CMAKE_C_COMPILER_ID MATCHES "Clang")



More information about the Bf-blender-cvs mailing list