File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -100,17 +100,6 @@ elseif (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
100
100
#target_compile_definitions(test-disabled_exceptions PUBLIC _HAS_EXCEPTIONS=0)
101
101
endif ()
102
102
103
- add_executable (json_unit EXCLUDE_FROM_ALL $<TARGET_OBJECTS:doctest_main> ${files} )
104
- target_compile_definitions (json_unit PRIVATE DOCTEST_CONFIG_SUPER_FAST_ASSERTS)
105
- target_compile_options (json_unit PRIVATE
106
- $<$<CXX_COMPILER_ID:MSVC >:/EHsc;$<$<CONFIG:Release>:/Od>>
107
- $<$<NOT :$<CXX_COMPILER_ID:MSVC >>:-Wno-deprecated;-Wno-float-equal >
108
- $<$<CXX_COMPILER_ID:GNU>:-Wno-deprecated-declarations>
109
- )
110
- target_include_directories (json_unit PRIVATE ${CMAKE_BINARY_DIR} /include thirdparty/doctest thirdparty/fifo_map)
111
- target_link_libraries (json_unit ${NLOHMANN_JSON_TARGET_NAME} )
112
- add_dependencies (json_unit download_test_data)
113
-
114
103
#############################################################################
115
104
# Test the generated build configs
116
105
#############################################################################
You can’t perform that action at this time.
0 commit comments