diff options
author | Robert Tari <robert@tari.in> | 2021-07-15 02:42:00 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:38:27 +0200 |
commit | 6a2853e275df654b439f880cf2c6ee8f605e96c8 (patch) | |
tree | 28122b60ee55a618900756232544765f2accc5b6 /tests | |
parent | 03703574181a798c1ac728495f22e92a782ac89f (diff) | |
download | ayatana-indicator-datetime-6a2853e275df654b439f880cf2c6ee8f605e96c8.tar.gz ayatana-indicator-datetime-6a2853e275df654b439f880cf2c6ee8f605e96c8.tar.bz2 ayatana-indicator-datetime-6a2853e275df654b439f880cf2c6ee8f605e96c8.zip |
tests/CMakeLists.txt: add -no-pie compile flag
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 23d0dc3..71235dd 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,6 +1,6 @@ find_package(GMock REQUIRED) -SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 ${COMPILE_FLAGS}") +SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -no-pie -std=c++11 ${COMPILE_FLAGS}") # dbustest pkg_check_modules(DBUSTEST REQUIRED |