Skip to content

Commit

Permalink
Added MTd option for Windows compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Feb 1, 2024
1 parent 3de5201 commit 21bdc5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ target_compile_options(
DataFrame
PRIVATE $<$<CXX_COMPILER_ID:MSVC>:/bigobj>
$<$<CXX_COMPILER_ID:MSVC>:/wd4251>
$<$<CXX_COMPILER_ID:MSVC>:/MTd>
# TODO: fix these warnings
PUBLIC $<$<CXX_COMPILER_ID:MSVC>:/wd4244>
$<$<CXX_COMPILER_ID:MSVC>:/wd4267>
Expand Down

0 comments on commit 21bdc5a

Please sign in to comment.