diff options
author | saturneric <[email protected]> | 2024-12-01 21:14:06 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-12-01 21:14:06 +0000 |
commit | fcc31759f8c09e24f001c17549e95d65fc1a484c (patch) | |
tree | 181795269fad379ac79f35e53a3206cd11f99a21 /src/m_paper_key/CMakeLists.txt | |
parent | feat: check commit hash by current version (diff) | |
download | Modules-fcc31759f8c09e24f001c17549e95d65fc1a484c.tar.gz Modules-fcc31759f8c09e24f001c17549e95d65fc1a484c.zip |
fix: gnupg info not loading
Diffstat (limited to 'src/m_paper_key/CMakeLists.txt')
-rw-r--r-- | src/m_paper_key/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_paper_key/CMakeLists.txt b/src/m_paper_key/CMakeLists.txt index de2be24..f7d0c03 100644 --- a/src/m_paper_key/CMakeLists.txt +++ b/src/m_paper_key/CMakeLists.txt @@ -23,7 +23,7 @@ # # SPDX-License-Identifier: GPL-3.0-or-later -# com.bktus.gpgfrontend.module.integrated.gnupg_info_gathering +# com.bktus.gpgfrontend.module.integrated.paper_key set(INTEGRATED_MODULE_SOURCE "") aux_source_directory(. INTEGRATED_MODULE_SOURCE) |