forked from jasder/antlr
suggest alternative fix
This commit is contained in:
parent
07d7bd1f36
commit
18bdbb5a22
|
@ -2,6 +2,8 @@
|
|||
cmake_minimum_required (VERSION 2.8)
|
||||
# 2.8 needed because of ExternalProject
|
||||
|
||||
#cmake_minimum_required (VERSION 3.0) #suggested alternative fix
|
||||
|
||||
# Detect build type, fallback to release and throw a warning if use didn't specify any
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
message(WARNING "Build type not set, falling back to Release mode.
|
||||
|
|
Loading…
Reference in New Issue