We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a0d79 commit 2126cd6Copy full SHA for 2126cd6
test/CMakeLists.txt
@@ -69,6 +69,9 @@ add_executable(util_test)
69
target_sources(util_test PRIVATE formatter_test.cc config_test.cc visit_type_test.cc
70
logger_test.cc)
71
target_link_libraries(util_test PRIVATE iceberg_static GTest::gtest_main GTest::gmock)
72
+if(MSVC)
73
+ target_compile_options(util_test PRIVATE /Zc:preprocessor)
74
+endif()
75
add_test(NAME util_test COMMAND util_test)
76
77
if(ICEBERG_BUILD_BUNDLE)
0 commit comments