Skip to content

Commit

Permalink
#1602: CMake: set warning flags first
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Nov 23, 2021
1 parent fbfa207 commit 26641fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,12 @@ target_compile_features(
cxx_alias_templates
)

include(SetCXXCompilerFlags)
set_darma_compiler_flags(${VIRTUAL_TRANSPORT_LIBRARY})

include(turn_on_warnings)
turn_on_warnings(${VIRTUAL_TRANSPORT_LIBRARY})

include(SetCXXCompilerFlags)
set_darma_compiler_flags(${VIRTUAL_TRANSPORT_LIBRARY})

if (vt_gold_linker_enabled)
if (UNIX AND NOT APPLE)
execute_process(
Expand Down

0 comments on commit 26641fc

Please sign in to comment.