mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-12-23 16:30:07 +00:00
Merge pull request #715 from takahito-tejima/gcc
cmakefile: degrade the gcc version check error to warning.
This commit is contained in:
commit
283144d550
@ -113,7 +113,7 @@ set(CMAKE_MODULE_PATH
|
||||
# OpenSubdiv trips bugs in some older gcc versions
|
||||
if (CMAKE_COMPILER_IS_GNUCC)
|
||||
if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
|
||||
message(FATAL_ERROR "g++ 4.8 or newer required")
|
||||
message(WARNING "g++ 4.8 or newer recommended")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user