diff --git a/cmake/compiler/msvc.cmake b/cmake/compiler/msvc.cmake index e8ccecf..340456f 100644 --- a/cmake/compiler/msvc.cmake +++ b/cmake/compiler/msvc.cmake @@ -33,7 +33,7 @@ endif() target_compile_options(continuable-features-flags INTERFACE - /MP + /MP2 /bigobj /permissive-)