disabled coverage option
This commit is contained in:
@@ -29,7 +29,7 @@ add_executable(OrmTests
|
||||
|
||||
target_link_libraries(OrmTests matador-orm matador-core Catch2::Catch2WithMain)
|
||||
|
||||
target_compile_options(OrmTests PRIVATE -coverage)
|
||||
target_link_options(OrmTests PRIVATE -coverage)
|
||||
#target_compile_options(OrmTests PRIVATE -coverage)
|
||||
#target_link_options(OrmTests PRIVATE -coverage)
|
||||
|
||||
add_test(NAME OrmTests COMMAND OrmTests)
|
||||
|
||||
Reference in New Issue
Block a user