You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/cmake
cathugger 0bb43d98c7
fix GenVersion.cmake
* rev-parse --short without any argument defaults to 8 chars
* truncation is absolutely moot here
* rev-list --abbrev-commit also uses 8 chars by default

because of length mismatch (COMMIT - 9 chars, TAGGEDCOMMIT - 8 chars) it always was mismatching them even when it should've been detecting that it's at release tag.
cut out explicit lengths and leave everything to use defaults, because they work (they both rely on the same core.abbrev setting so no length mismatch should happen).
4 years ago
..
DownloadLibSodium.cmake finally fix cross-LTO on windows builds 4 years ago
FindLibUV.cmake Add FindLibUV and migrate 5 years ago
FindSodium.cmake freebsd fix 5 years ago
GenVersion.cmake fix GenVersion.cmake 4 years ago
MacroEnsureOutOfSourceBuild.cmake Prevent in-source-builds with cmake macro 5 years ago
TargetArch.cmake add forgotten file 5 years ago
Version.cmake operator presidence 4 years ago
add_import_library.cmake Refactor top level cmake file into multiple components 5 years ago
add_log_tag.cmake fixup ios 5 years ago
basic_definitions.cmake Consolidate cmake vars & definitions 4 years ago
coverage.cmake More work on router docker image 5 years ago
cross_compile.cmake make windows fixes 5 years ago
installer.cmake Add simple installer readme 4 years ago
libatomic.cmake new cmake module 5 years ago
macos_installer_deps.cmake Use install(PROGRAMS... instead of isntall(FILES... 4 years ago
shadow.cmake Partial fixes for shadow 5 years ago
solaris.cmake remove all disused platform-specific event loops 5 years ago
static_link.cmake bring in all updates from STATIC_RUNTIME 5 years ago
target_link_libraries_system.cmake Revert "Merge pull request #679 from tewinget/revert-config-refactor" 5 years ago
unix.cmake C++17 4 years ago
win32.cmake fix ci for win32 4 years ago
win32_installer_deps.cmake make installer pull in tuntap driver 4 years ago