We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991418e commit f18a69dCopy full SHA for f18a69d
src/plugins/score-plugin-avnd/CMakeLists.txt
@@ -18,9 +18,7 @@ elseif("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU")
18
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 12)
19
return()
20
endif()
21
- if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 15)
22
- set(SCORE_GCC_MEMORY_EXPLOSION 1)
23
- endif()
+ set(SCORE_GCC_MEMORY_EXPLOSION 1)
24
else()
25
unset(SCORE_GCC_MEMORY_EXPLOSION)
26
0 commit comments