Commit a8232380 authored by Philip Quinn's avatar Philip Quinn

CMake: Turn off warnings for uses of the now-deprecated getDependency() in tests (4692a669).

parent cd4dfddc
......@@ -219,6 +219,10 @@ if(BUILD_TESTING)
${test_capnp_h_files}
)
target_link_libraries(capnp-heavy-tests ${test_libraries})
set_target_properties(capnp-heavy-tests
PROPERTIES COMPILE_FLAGS "-Wno-deprecated-declarations"
)
add_dependencies(check capnp-heavy-tests)
add_test(NAME capnp-heavy-tests-run COMMAND capnp-heavy-tests)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment