We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bdc5a commit 00d6aedCopy full SHA for 00d6aed
CMakeLists.txt
@@ -44,7 +44,6 @@ target_compile_options(
44
DataFrame
45
PRIVATE $<$<CXX_COMPILER_ID:MSVC>:/bigobj>
46
$<$<CXX_COMPILER_ID:MSVC>:/wd4251>
47
- $<$<CXX_COMPILER_ID:MSVC>:/MTd>
48
# TODO: fix these warnings
49
PUBLIC $<$<CXX_COMPILER_ID:MSVC>:/wd4244>
50
$<$<CXX_COMPILER_ID:MSVC>:/wd4267>
0 commit comments