Skip to content

Commit

Permalink
Fixing cmake configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Sep 23, 2024
1 parent 4456c02 commit efa8532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if (OPT_WITH_DEFAULT_SANITIZERS)
endif()

include (${LibComms_DIR}/CC_Compile.cmake)
cc_compile(${compile_opts})
cc_compile(${extra_opts})
cc_msvc_force_warn_opt("/W4")

#######################################################################
Expand Down

0 comments on commit efa8532

Please sign in to comment.