diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-05 08:25:00 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-05 19:08:13 +0200 |
commit | 0fd84df69e24d5509ae1cb4af51d0b274ce7e57b (patch) | |
tree | 583c620d4434b060158e3ca2b0c850e2b9e8e1b0 /tests/integration | |
parent | f7d5dfb0dbc170d43e60c5a4e66d297303c37a09 (diff) | |
download | ayatana-indicator-sound-0fd84df69e24d5509ae1cb4af51d0b274ce7e57b.tar.gz ayatana-indicator-sound-0fd84df69e24d5509ae1cb4af51d0b274ce7e57b.tar.bz2 ayatana-indicator-sound-0fd84df69e24d5509ae1cb4af51d0b274ce7e57b.zip |
tests/CMakeLists.txt: Set '-no-pie' linker option for all unit tests linker calls.
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index 20b311b..74b9c23 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -75,6 +75,7 @@ qt5_use_modules( Test ) +target_link_options (integration-tests PRIVATE -no-pie) target_link_libraries( integration-tests sound-indicator-dbus-interfaces |