Skip to content

Commit

Permalink
Fixed comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio authored Jan 13, 2025
1 parent 8ad5805 commit 830984c
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 @@ -85,7 +85,7 @@ target_compile_definitions(pluginval PRIVATE
VERSION="${CURRENT_VERSION}")

if(MSVC)
// Statically link the runtime libraries
# Statically link the runtime libraries
target_compile_options(pluginval PRIVATE
$<$<CONFIG:>:/MT>
$<$<CONFIG:Debug>:/MTd>
Expand Down

0 comments on commit 830984c

Please sign in to comment.