added missing endif

This commit is contained in:
Robin Müller 2021-01-19 16:39:12 +01:00
parent 8f83f7becd
commit e0f8113eac
1 changed files with 5 additions and 4 deletions

View File

@ -119,10 +119,11 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
-Wno-unused-parameter
-Wno-psabi
)
if(FSFW_WARNING_SHADOW_LOCAL_GCC)
list(APPEND WARNING_FLAGS "-Wshadow=local")
endif()
endif()
if(FSFW_WARNING_SHADOW_LOCAL_GCC)
list(APPEND WARNING_FLAGS "-Wshadow=local")
endif()
endif()