diff options
author | Michele Calgaro <[email protected]> | 2022-01-28 19:28:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-28 19:30:58 +0900 |
commit | 905c36bbd26278528dd41bc08971b10341d128c2 (patch) | |
tree | 352183e998db76fd19c9740372c81810aeb0fb33 /core/CMakeLists.txt | |
parent | 7ccbd3b0cd637b30ed0008743a5c38190eeb717e (diff) | |
download | polkit-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 <[email protected]>
(cherry picked from commit fc35cfac1604210f9128108538056d7a72d4e592)
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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} |