forked from ziglang/zig
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: add
ZIG_BUILD_ARGS_OVERRIDE
string option
Useful when someone wants to pass argument that is not yet exposed to CMake via "ZIG_WHATEVER" option, for example "--search-prefix" from here: ziglang#18434 . Also change order of arguments in cmake/install.cmake to be the same as in CMakeLists.txt, so that "--prefix" can be overriden in both steps. Also bump minimum CMake version to "3.9". Signed-off-by: Eric Joldasov <[email protected]>
- Loading branch information
1 parent
bcb534c
commit ffd8abb
Showing
2 changed files
with
57 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters