summaryrefslogtreecommitdiffstats
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:28:02 +0900
commitfc35cfac1604210f9128108538056d7a72d4e592 (patch)
tree4d1a5ef201e64dd6aab3a3f5126ae7c708480549
parent2f98b15156b5a9d6a103e0c8763e93f1256b940d (diff)
downloadpolkit-tqt-fc35cfac1604210f9128108538056d7a72d4e592.tar.gz
polkit-tqt-fc35cfac1604210f9128108538056d7a72d4e592.zip
Removed setting of CXX_FEATURES at module level since CXX_FEATURES are now enabled at TDE project level.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--agent/CMakeLists.txt1
-rw-r--r--core/CMakeLists.txt1
-rw-r--r--gui/CMakeLists.txt1
3 files changed, 0 insertions, 3 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}
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index 5f20a6130..7063673c5 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -47,7 +47,6 @@ tde_add_library( polkit-tqt-core SHARED AUTOMOC
polkit-tqt-subject.cpp
polkit-tqt-temporaryauthorization.cpp
VERSION 0.0.0
- CXX_FEATURES cxx_nullptr
LINK ${TQT_LIBRARIES}
LINK_PRIVATE ${POLKIT_GOBJECT_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt
index 8a1f39695..4cfd453ae 100644
--- a/gui/CMakeLists.txt
+++ b/gui/CMakeLists.txt
@@ -42,7 +42,6 @@ tde_add_library( polkit-tqt-gui SHARED AUTOMOC
polkit-tqt-gui-actionbutton.cpp
polkit-tqt-gui-actionbuttons.cpp
VERSION 0.0.0
- CXX_FEATURES cxx_nullptr
LINK polkit-tqt-core-shared
LINK_PRIVATE ${POLKIT_GOBJECT_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}