diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-13 11:11:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-13 11:11:43 +0900 |
commit | f8533956739bea04e3436923d56ea04ca6c16511 (patch) | |
tree | 40fe68056a421269b9e8c8b555a37c7b175b4ca2 /CMakeLists.txt | |
parent | c69accc7cf28c4ede05687233a6d23d221905646 (diff) | |
download | polkit-agent-tde-f8533956739bea04e3436923d56ea04ca6c16511.tar.gz polkit-agent-tde-f8533956739bea04e3436923d56ea04ca6c16511.zip |
Some improvements to cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 422ba04..8722997 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,6 @@ option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ##### user requested modules option( BUILD_ALL "Build all" ON ) -#option( BUILD_DOC "Build documentation" ${BUILD_ALL} ) option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} ) @@ -72,7 +71,6 @@ add_subdirectory( src ) ##### other data ################################ -#tde_conditional_add_project_docs( BUILD_DOC ) tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) |