From 0fd84df69e24d5509ae1cb4af51d0b274ce7e57b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 5 Aug 2021 08:25:00 +0200 Subject: tests/CMakeLists.txt: Set '-no-pie' linker option for all unit tests linker calls. --- tests/integration/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/integration') 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 -- cgit v1.2.3