diff options
author | Saturneric <[email protected]> | 2022-05-09 17:45:37 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-09 17:45:37 +0000 |
commit | 1f00f4c51a4b742995819862da0407d96925a176 (patch) | |
tree | d595219e5cc8cd814e60ea06063b1f6852a77ef8 | |
parent | feat: improve UI library's encapsulation (diff) | |
download | GpgFrontend-1f00f4c51a4b742995819862da0407d96925a176.tar.gz GpgFrontend-1f00f4c51a4b742995819862da0407d96925a176.zip |
fix: solve issue in macOS Xode build
1. add missing XOCDE_BUILD variable.
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dab19b45..167f23d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -116,6 +116,7 @@ if (GPGFRONTEND_CONFIGURE_FOR_XCODE_BUILD) set(GPGFRONTEND_GENERATE_APP_PACKAGE_DEB 0) set(LINUX_INSTALL_SOFTWARE 0) set(APP_PACKAGE_DEB 0) + set(XCODE_BUILD 1) set(GPGFRONTEND_BUILD_TYPE_TEST_CORE 0) set(GPGFRONTEND_BUILD_TYPE_TEST_CORE_AND_COVERAGE 0) |