Skip to content

Commit a7b2177

Browse files
committed
Fix reference to constexpr_tests
1 parent 7f096dd commit a7b2177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ target_include_directories(constexpr_schema_tests PRIVATE "${CMAKE_SOURCE_DIR}/i
8989
target_include_directories(constexpr_schema_tests PRIVATE "${CMAKE_CURRENT_BINARY_DIR}")
9090

9191
if(MSVC)
92-
target_compile_options(relaxed_constexpr_schema_tests PRIVATE "/bigobj")
92+
target_compile_options(constexpr_schema_tests PRIVATE "/bigobj")
9393
endif()
9494

9595
# disable analysis for these very large generated bits of code

0 commit comments

Comments
 (0)