Skip to content

Commit

Permalink
test: minor cmake cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Sep 7, 2024
1 parent a0c0a8d commit 908736e
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 908736e

Please sign in to comment.