From 830984c5e781f0806b6d2b496ace4e446528bdd1 Mon Sep 17 00:00:00 2001 From: drowaudio Date: Mon, 13 Jan 2025 15:38:04 +0000 Subject: [PATCH] Fixed comment style --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index be5153b..400f890 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 $<$:/MT> $<$:/MTd>