From fe12485ca3b4d964e573b3ed8d41fb41c256c68c Mon Sep 17 00:00:00 2001 From: crueter Date: Fri, 8 May 2026 16:59:25 -0400 Subject: [PATCH] Guard Signed-off-by: crueter --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96544c8446..32e873f009 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -187,10 +187,10 @@ if(MSVC) # Add this to ensure Cubeb uses the same runtime add_compile_options( - $<$:/${libflag}d> - $<$:/${libflag}> - $<$:/${libflag}> - $<$:/${libflag}> + $<$:$<$:/${libflag}d>> + $<$:$<$:/${libflag}>> + $<$:$<$:/${libflag}>> + $<$:$<$:/${libflag}>> ) endif()