diff options
-rw-r--r-- | cmake/msvc.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/msvc.cmake b/cmake/msvc.cmake index 71a96540..b8442f03 100644 --- a/cmake/msvc.cmake +++ b/cmake/msvc.cmake @@ -146,7 +146,7 @@ elseif(opentrack-64bit) set(opentrack-simd "AVX") endif() -set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>Dll") +set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL") add_link_options(-cgthreads:1) |