Skip to content

Commit

Permalink
test: minor cmake cleanup (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Sep 7, 2024
1 parent b19fa5d commit fbc3772
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake)
# Module/Package Includes
#

#find_package(RE REQUIRED)

##############################################################################
#
Expand All @@ -43,9 +42,11 @@ else()
-Wmissing-declarations
-Wmissing-prototypes
-Wnested-externs
-Wno-strict-aliasing
-Wold-style-definition
-Wshadow -Waggregate-return
-Wstrict-prototypes
-Wuninitialized
-Wvla
)
endif()
Expand Down

0 comments on commit fbc3772

Please sign in to comment.