We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d7cc3 commit 16c0d2fCopy full SHA for 16c0d2f
CMakeLists.txt
@@ -83,14 +83,6 @@ IF(MINGW)
83
SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,--enable-auto-import")
84
ENDIF(MINGW)
85
86
-# GCC 4 required
87
-IF(UNIX OR MINGW)
88
- EXEC_PROGRAM( gcc ARGS "-dumpversion" OUTPUT_VARIABLE GCC_VERSION )
89
- IF(GCC_VERSION VERSION_LESS "4.0.0")
90
- MESSAGE(FATAL_ERROR "GCC ${GCC_VERSION} found, but version 4.x.x minimum is required")
91
- ENDIF(GCC_VERSION VERSION_LESS "4.0.0")
92
-ENDIF(UNIX OR MINGW)
93
-
94
#The CDT Error Parser cannot handle error messages that span
95
#more than one line, which is the default gcc behavior.
96
#In order to force gcc to generate single line error messages with no line wrapping
0 commit comments