1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/cmake
Jason Rhinelander bac3f9dca1
fix macos assemble_gui dependency
The `sign` target on macos was not working properly -- the signing
script would run before the build is finished.  This was caused by
cmake/macos.cmake having an `if(BUILD_GUI)`, but BUILD_GUI isn't defined
as an option until cmake/gui.cmake, which hadn't been included yet where
macos.cmake was included.

This extracts just the `option(BUIL_GUI)` from gui.cmake into a separate
gui-option.cmake file that we can load earlier to fix it.

While here I also noticed the GUI_EXE setting was defined as an option,
but isn't actually a boolean value, as an option, but isn't actually a
boolean value, so fixed it by making it a `set(... CACHE FILEPATH ...)`.
2022-10-06 11:56:07 -03:00
..
add_import_library.cmake Refactor top level cmake file into multiple components 2019-04-30 00:48:48 +01:00
check_for_std_filesystem.cmake macOS system extension support 2022-08-12 21:13:38 -03:00
check_for_std_optional.cmake Don't use std::optional::value() because f u macos 2020-05-20 19:18:28 -03:00
cmake_uninstall.cmake.in add uninstall target (#1340) 2020-09-09 12:06:57 -04:00
coverage.cmake More work on router docker image 2019-04-28 17:04:52 +01:00
cross_compile.cmake make windows fixes 2019-08-13 10:02:48 +01:00
DownloadLibCurl.cmake Get processor count properly 2020-06-10 14:53:57 -03:00
DownloadLibSodium.cmake revert download libsodium target name change 2020-07-02 11:13:31 -04:00
enable_lto.cmake changeset for windows port 2022-09-08 14:24:59 -04:00
FindJemalloc.cmake add forgotten file 2020-05-23 16:07:20 -04:00
FindLibUV.cmake Add FindLibUV and migrate 2019-07-13 14:06:34 +01:00
GenVersion.cmake bump verions of all deps 2022-05-30 17:08:08 -03:00
gui-option.cmake fix macos assemble_gui dependency 2022-10-06 11:56:07 -03:00
gui.cmake fix macos assemble_gui dependency 2022-10-06 11:56:07 -03:00
installer.cmake changeset for windows port 2022-09-08 14:24:59 -04:00
libatomic.cmake Remove windows linefeeds 2021-10-16 15:16:55 -03:00
macos.cmake Set up sign target dependencies always; mark unsigned package 2022-08-30 15:58:53 -03:00
MacroEnsureOutOfSourceBuild.cmake Prevent in-source-builds with cmake macro 2019-10-24 13:21:45 -06:00
ngtcp2_lib.cmake bump ngtcp2 to v0.1.0 tag 2022-01-31 13:05:03 -05:00
solaris.cmake remove all disused platform-specific event loops 2019-06-13 21:02:57 -05:00
static_link.cmake cmake refactor 2020-05-17 23:31:23 -03:00
StaticBuild.cmake Android build fixes for openssl 3.0.5 2022-09-19 20:26:41 -03:00
target_link_libraries_system.cmake Revert "Merge pull request #679 from tewinget/revert-config-refactor" 2019-07-06 14:46:25 +01:00
TargetArch.cmake add forgotten file 2019-11-05 06:52:40 -05:00
unix.cmake Remove duplicate handling of jemalloc 2021-09-13 13:26:12 -03:00
Version.cmake Add -DLOKINET_VERSIONTAG to override version tag 2022-06-13 20:00:35 -03:00
win32.cmake changeset for windows port 2022-09-08 14:24:59 -04:00
win32_installer_deps.cmake Disable installer path modification 2022-09-19 20:26:41 -03:00