diff --git a/CMakeLists.txt b/CMakeLists.txt index 1737fb05..3aad97c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6 +44,7 @@ target_compile_options( DataFrame PRIVATE $<$:/bigobj> $<$:/wd4251> + $<$:/MTd> # TODO: fix these warnings PUBLIC $<$:/wd4244> $<$:/wd4267>