Skip to content

Commit f18a69d

Browse files
committed
ci: try to disable table altogether with gcc
1 parent 991418e commit f18a69d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/plugins/score-plugin-avnd/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ elseif("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU")
1818
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 12)
1919
return()
2020
endif()
21-
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 15)
22-
set(SCORE_GCC_MEMORY_EXPLOSION 1)
23-
endif()
21+
set(SCORE_GCC_MEMORY_EXPLOSION 1)
2422
else()
2523
unset(SCORE_GCC_MEMORY_EXPLOSION)
2624
endif()

0 commit comments

Comments
 (0)