summaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-01-28 19:28:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-01-28 19:30:58 +0900
commit905c36bbd26278528dd41bc08971b10341d128c2 (patch)
tree352183e998db76fd19c9740372c81810aeb0fb33 /agent
parent7ccbd3b0cd637b30ed0008743a5c38190eeb717e (diff)
downloadpolkit-tqt-905c36bbd26278528dd41bc08971b10341d128c2.tar.gz
polkit-tqt-905c36bbd26278528dd41bc08971b10341d128c2.zip
Removed setting of CXX_FEATURES at module level since CXX_FEATURES are now enabled at TDE project level.r14.0.12
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fc35cfac1604210f9128108538056d7a72d4e592)
Diffstat (limited to 'agent')
-rw-r--r--agent/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/agent/CMakeLists.txt b/agent/CMakeLists.txt
index ea50d6b51..e559805b8 100644
--- a/agent/CMakeLists.txt
+++ b/agent/CMakeLists.txt
@@ -43,7 +43,6 @@ tde_add_library( polkit-tqt-agent SHARED AUTOMOC
listeneradapter.cpp
polkit-tqt-listener.cpp
VERSION 0.0.0
- CXX_FEATURES cxx_nullptr
LINK polkit-tqt-core-shared
LINK_PRIVATE ${POLKIT_GOBJECT_LIBRARIES} ${POLKIT_AGENT_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}