We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad5805 commit 830984cCopy full SHA for 830984c
CMakeLists.txt
@@ -85,7 +85,7 @@ target_compile_definitions(pluginval PRIVATE
85
VERSION="${CURRENT_VERSION}")
86
87
if(MSVC)
88
- // Statically link the runtime libraries
+ # Statically link the runtime libraries
89
target_compile_options(pluginval PRIVATE
90
$<$<CONFIG:>:/MT>
91
$<$<CONFIG:Debug>:/MTd>
0 commit comments