Skip to content

Commit 00d6aed

Browse files
committed
Removed MTd
1 parent 21bdc5a commit 00d6aed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ target_compile_options(
4444
DataFrame
4545
PRIVATE $<$<CXX_COMPILER_ID:MSVC>:/bigobj>
4646
$<$<CXX_COMPILER_ID:MSVC>:/wd4251>
47-
$<$<CXX_COMPILER_ID:MSVC>:/MTd>
4847
# TODO: fix these warnings
4948
PUBLIC $<$<CXX_COMPILER_ID:MSVC>:/wd4244>
5049
$<$<CXX_COMPILER_ID:MSVC>:/wd4267>

0 commit comments

Comments
 (0)