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 7f096dd commit a7b2177Copy full SHA for a7b2177
1 file changed
test/CMakeLists.txt
@@ -89,7 +89,7 @@ target_include_directories(constexpr_schema_tests PRIVATE "${CMAKE_SOURCE_DIR}/i
89
target_include_directories(constexpr_schema_tests PRIVATE "${CMAKE_CURRENT_BINARY_DIR}")
90
91
if(MSVC)
92
- target_compile_options(relaxed_constexpr_schema_tests PRIVATE "/bigobj")
+ target_compile_options(constexpr_schema_tests PRIVATE "/bigobj")
93
endif()
94
95
# disable analysis for these very large generated bits of code
0 commit comments