1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00
Commit graph

20 commits

Author SHA1 Message Date
dd9dd484e3 Use the "common" subfolder instead of libeoskeygen repository. 2020-04-03 17:26:42 +02:00
44a1ea16bd CMakeModules/libeoskeygen.cmake: call add_subdirectory() with EXCLUDE_FROM_ALL so we don't run all targets (install, cpack etc). 2020-03-30 13:25:03 +02:00
384ad2537b CMake: require libeoskeygen 0.1.1 2020-03-30 13:25:03 +02:00
9f28dfcc29 CMakeModules/libeoskeygen.cmake: allow LIBEOSKEYGEN_WANTED_VERSION to contain a git branch. 2020-03-25 18:47:49 +01:00
ba95dbbf93 CMakeModules/cpack_custom.cmake: typo fix. 2020-03-25 17:03:41 +01:00
47767e3443 CMakeModules/libeoskeygen.cmake: handle custom libeoskeygen via LIBEOSKEYGEN_SOURCE_DIR variable correctly.
by include()'ing the targets file. cmake only knows how to link but not to build.
The proper ways is to use add_subdirectory()
2020-03-25 17:03:22 +01:00
1924feacb0 CMakeModules/libeoskeygen.cmake: define fromGit macro and use it. 2020-03-25 16:24:37 +01:00
a9a45363df CMakeModules/libeoskeygen.cmake: adding find_package() and use git repo as fallback. 2020-03-25 16:20:00 +01:00
6c26ce8ac6 Adding CMakeModules/libeoskeygen.cmake 2020-03-23 13:38:30 +01:00
ac4e2f9e9d CMakeModules/cpack_custom.cmake: include else case for CPACK_PACKAGE_FILE_NAME if CPACK_SYSTEM_VERSION is not set. 2020-03-16 14:31:27 +01:00
51081aaf3c CMakeModules/cpack_custom.cmake: set CPACK_SYSTEM_ARCH and append to CPACK_PACKAGE_FILE_NAME 2020-03-16 14:29:51 +01:00
f601824e02 CMake: create packages with CPack and cpack_custom module. 2020-03-14 21:14:15 +01:00
df7a8a3c8c Add CMakeModules/cpack_custom.cmake 2020-03-14 21:10:25 +01:00
66f6c5a9de CMakeModules/package.cmake: fixing paths. 2020-03-11 12:09:21 +01:00
7a95dd035e remove scripts/generate_deb.sh.in and implement in CMakeModules/package.cmake instead. 2020-02-27 10:49:29 +01:00
040d3457ef CMakeModules/package.cmake: minor fix. 2020-02-22 11:05:06 +01:00
67c12d7cb3 CMakeModules/package.cmake: set a better name for windows zip. 2020-02-21 12:07:07 +01:00
4df78587c0 CMakeModules/package.cmake: add PACKAGE_PLATFORM variable 2020-02-21 12:07:07 +01:00
35fc0f08cb CMakeModules/package.cmake: Add zip command for windows. 2020-02-21 12:07:07 +01:00
3b55751022 CMake: move package stuff to CMakeModules/package.cmake 2020-02-19 13:40:10 +01:00