Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jun 11, 2024
1 parent b68da2f commit f94665d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ macro(xsql_set_common_options target_name)
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR
CMAKE_CXX_COMPILER_ID MATCHES "GNU" OR
CMAKE_CXX_COMPILER_ID MATCHES "Intel")

target_compile_options(${target_name} PUBLIC -Wunused-parameter -Wextra -Wreorder)
target_compile_features(${target_name} PRIVATE cxx_std_17)
endif ()
endif ()

target_compile_features(${target_name} PRIVATE cxx_std_17)

if (APPLE)
set_target_properties(${target_name} PROPERTIES
Expand Down

0 comments on commit f94665d

Please sign in to comment.