Files
CMake/Tests/RunCMake/find_library/FromScriptMode-stderr.txt
T
Thomas Schenker f60e921262 find_library: Improve regex readability in --debug-find output
If there is only one possible library prefix/suffix, omit the capture
group around it in the debug output.
2023-07-13 09:48:35 -04:00

5 lines
138 B
Plaintext

.*find_library considered the following locations.*
.*liblibrary_no_exist\(\\.so\|\\.a\).*
.*The item was found at.*
.*lib/libcreated.a.*