aboutsummaryrefslogtreecommitdiff
path: root/cmake/utils.cmake
AgeCommit message (Collapse)Author
2023-10-11Correct submodule detection (#569)Jan
The contents of the submodules were incorrectly counted resulting in a git submodule update on every cmake invocation
2023-10-11Trim trailing whitespaceGeckoEidechse
2023-10-11Fixed mixed indentation in utils.cmake (#570)GeckoEidechse
The file had mixed indentation (spaces and tabs) when really it should've been spaces only from the beginning
2023-07-22Replace vendored libcurl and minhook with submodules (#500)v1.17.1-rc1Jan
* Replace vendored libcurl and minhook with submodules * Add cmake utility for checking submodules and initializing them * Update build instructions to use Git