Skip to content

Commit

Permalink
style: reformat with cmake-format
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Apr 17, 2023
1 parent b333b38 commit 60efa5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/CompileOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ function(asap_set_compile_options)
if(NOT x_WARNING)
target_compile_options(${target} PRIVATE /WX)
endif()
# Enable coverage profiling in Debug builds
# (see https://github.com/abdes/asap/issues/22)
# Enable coverage profiling in Debug builds (see
# https://github.com/abdes/asap/issues/22)
target_link_options(${target} PRIVATE $<$<CONFIG:Debug>:/PROFILE>)
endforeach()
endif()
Expand Down

0 comments on commit 60efa5b

Please sign in to comment.