Skip to content
Snippets Groups Projects
Commit 809f7b0c authored by Ben Boeckel's avatar Ben Boeckel
Browse files

Tests/IncludeDirectories: fix copy pasta for otherlib

parent b0943249
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ target_compile_options(somelib PRIVATE -Werror=unused-variable)
# add a target which consumes a relative system include
add_library(otherlib upstream.cpp)
target_link_libraries(otherlib PUBLIC somelib)
target_compile_options(somelib PRIVATE -Werror=unused-variable)
target_compile_options(otherlib PRIVATE -Werror=unused-variable)
macro(do_try_compile error_option)
set(TC_ARGS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment