diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-10 05:45:58 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-10 05:45:58 +0200 |
commit | c5f90c889835711277d208ccb121760459213774 (patch) | |
tree | ce4ed82c537aa4cdf8364310dadc16d397388833 /cmake | |
parent | eb87171be32523f7fc88bc0f6d2bbcd47c600ac3 (diff) |
a
Diffstat (limited to 'cmake')
-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 578d7721..e54431bc 100644 --- a/cmake/msvc.cmake +++ b/cmake/msvc.cmake @@ -78,7 +78,7 @@ if(DEFINED floormat-64bit) endif() endif() -set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:DEBUG>:Debug>") +set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:DEBUG,Debug>:Debug>") add_link_options(-cgthreads:$ENV{NUMBER_OF_PROCESSORS}) |