build: (fixes #1086) Initialize GCC_WORKING_PEDANTIC_SEMICOLON
This commit is contained in:
@@ -47,6 +47,7 @@ if(CLANG)
|
||||
endif()
|
||||
|
||||
set(GCC FALSE)
|
||||
set(GCC_WORKING_PEDANTIC_SEMICOLON 1)
|
||||
if("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU")
|
||||
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS ${GNU_MinVersion})
|
||||
message(
|
||||
|
||||
Reference in New Issue
Block a user