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 e81b66f commit dae6552Copy full SHA for dae6552
scripts/test-unix.sh
@@ -18,7 +18,7 @@ grep -E "glog prepend to CMAKE_PREFIX_PATH" $output
18
grep -E "zlib_INCLUDE_DIRS" $output
19
grep -E "zlib prepend to CMAKE_PREFIX_PATH" $output
20
grep -E "pkg_check_modules pcre2_CFLAGS.*packages/p/pcre2" $output
21
-grep -E "target_link_libraries\(example-bin PRIVATE .*pcre2-posix.a;.*pcre2-8.a\)" $output
+grep -E "target_link_libraries\(example-bin PRIVATE pcre2-posix;pcre2-8\)" $output
22
grep -v -E "xrepo: target_link_libraries\(example-bin PRIVATE z\)" $output
23
make
24
0 commit comments