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 cdd5d08 commit 4aaaca1Copy full SHA for 4aaaca1
1 file changed
tests/CMakeLists.txt
@@ -541,9 +541,8 @@ foreach(target ${test_targets})
541
542
if("${target}" STREQUAL "pybind11_pytorch_regressions")
543
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
544
- target_compile_options(
545
- ${target}
546
- PRIVATE -Werror=deprecated-copy-with-user-provided-dtor -Werror=deprecated-copy-with-dtor)
+ target_compile_options(${target} PRIVATE -Werror=deprecated-copy-with-user-provided-dtor
+ -Werror=deprecated-copy-with-dtor)
547
endif()
548
549
endforeach()
0 commit comments