aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-04-29 10:24:35 +0200
committerRobert Tari <robert@tari.in>2021-04-29 10:24:35 +0200
commit0d153a37a753b9486a06d79332ea00a8f8f983c7 (patch)
treed4400816e363cfc40d3882edaa51f1bf5b392d83 /tests
parent9929648bbbcd4449a5ac3962535031da8c62fb0e (diff)
parent298f4b37043e0921761c8242cabd762d1014c771 (diff)
downloadlibayatana-common-0d153a37a753b9486a06d79332ea00a8f8f983c7.tar.gz
libayatana-common-0d153a37a753b9486a06d79332ea00a8f8f983c7.tar.bz2
libayatana-common-0d153a37a753b9486a06d79332ea00a8f8f983c7.zip
Merge branch 'sunweaver-pr/travis-ci'
Attributes GH PR #12: https://github.com/AyatanaIndicators/libayatana-common/pull/12
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 1c5d318..c6e26ae 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,5 +1,7 @@
find_package(GMock)
+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -no-pie")
+
include_directories(
${CMAKE_SOURCE_DIR}/src
)