fix: make cache variable docstring clear
This commit is contained in:
parent
31410849cb
commit
b70d73ce96
@ -38,8 +38,6 @@ project(GpgFrontendModules
|
|||||||
# includes
|
# includes
|
||||||
include(GenerateExportHeader)
|
include(GenerateExportHeader)
|
||||||
|
|
||||||
set(CMAKE_POLICY_DEFAULT_CMP0126 NEW)
|
|
||||||
|
|
||||||
# function or mode options
|
# function or mode options
|
||||||
option(GPGFRONTEND_QT5_BUILD "Swith to Qt5 building mode" OFF)
|
option(GPGFRONTEND_QT5_BUILD "Swith to Qt5 building mode" OFF)
|
||||||
|
|
||||||
|
@ -31,13 +31,13 @@ aux_source_directory(. INTEGRATED_MODULE_SOURCE)
|
|||||||
# define libgpgfrontend_module
|
# define libgpgfrontend_module
|
||||||
add_library(mod_email SHARED ${INTEGRATED_MODULE_SOURCE})
|
add_library(mod_email SHARED ${INTEGRATED_MODULE_SOURCE})
|
||||||
|
|
||||||
set(VMIME_INSTALL OFF CACHE BOOL "Build vmime static library")
|
set(VMIME_INSTALL OFF CACHE BOOL "Don't Install")
|
||||||
set(VMIME_BUILD_TESTS OFF CACHE BOOL "Build vmime static library")
|
set(VMIME_BUILD_TESTS OFF CACHE BOOL "No Unit Test")
|
||||||
set(VMIME_HAVE_TLS_SUPPORT OFF CACHE BOOL "Build vmime static library")
|
set(VMIME_HAVE_TLS_SUPPORT OFF CACHE BOOL "No TLS")
|
||||||
set(VMIME_HAVE_SASL_SUPPORT OFF CACHE BOOL "Build vmime static library")
|
set(VMIME_HAVE_SASL_SUPPORT OFF CACHE BOOL "No SASL")
|
||||||
set(VMIME_BUILD_DOCUMENTATION OFF CACHE BOOL "Build vmime static library")
|
set(VMIME_BUILD_DOCUMENTATION OFF CACHE BOOL "Document IS Not Necessary HERE")
|
||||||
set(VMIME_BUILD_STATIC_LIBRARY ON CACHE BOOL "Build vmime static library")
|
set(VMIME_BUILD_STATIC_LIBRARY ON CACHE BOOL "Need Static Library")
|
||||||
set(VMIME_BUILD_SHARED_LIBRARY OFF CACHE BOOL "Build vmime static library")
|
set(VMIME_BUILD_SHARED_LIBRARY OFF CACHE BOOL "No Shared Library")
|
||||||
add_subdirectory(vmime "vmime" EXCLUDE_FROM_ALL)
|
add_subdirectory(vmime "vmime" EXCLUDE_FROM_ALL)
|
||||||
|
|
||||||
# install dir
|
# install dir
|
||||||
|
Loading…
Reference in New Issue
Block a user