diff options
author | Đoàn Trần Công Danh <congdanhqx@gmail.com> | 2023-02-20 18:51:37 +0700 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-20 09:30:40 -0500 |
commit | cf2ad9995aa076b17024a76344d1f3580ea7b4f4 (patch) | |
tree | 47d068fc0ee11135d285cdb64be1181a5803d394 /Help/guide/tutorial/Step5/MathFunctions/MathFunctions.h | |
parent | 9fc1ce97a83ead054f58eb0dca2e639acee5b6ad (diff) | |
download | cmake-cf2ad9995aa076b17024a76344d1f3580ea7b4f4.tar.gz |
GetPrerequisites: Ignore relative paths printed by ldd
On x86 Linux, the ldd output for its vDSO (linux-gate.so.1) is a bit
different from other Linux with standard vDSO name (linux-vdso.so.1).
$ ldd /bin/ls
linux-gate.so.1 => linux-gate.so.1 (0xf7f5e000)
libcap.so.2 => /usr/lib32/libcap.so.2 (0xf7f22000)
libc.so.6 => /usr/lib32/libc.so.6 (0xf7cfb000)
/lib/ld-linux.so.2 => /usr/lib32/ld-linux.so.2 (0xf7f60000)
This fixes the `Tests/BundleUtilities` test on x86 Linux.
Diffstat (limited to 'Help/guide/tutorial/Step5/MathFunctions/MathFunctions.h')
0 files changed, 0 insertions, 0 deletions