You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
275 B
7 lines
275 B
4 years ago
|
check_libraries(
|
||
|
".*/Tests/RunCMake/INSTALL_NAME_DIR/prefix_genex-build/fake_install/lib/"
|
||
|
".*/Tests/RunCMake/INSTALL_NAME_DIR/prefix_genex-build/real_install/lib/"
|
||
|
# "$" has to be escaped twice because of its significance in regexes.
|
||
|
"\\\${_IMPORT_PREFIX}/lib/"
|
||
|
)
|