forked from flavorjones/mini_portile
-
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: only use MSYS/NMake generators when available
When cross-compiling Windows targets with `cmake` in a Linux environment, the MSYS generator may not be available. Supplying `-G MSYS` will cause the build to fail. `cmake --help` will output the available generators. Before including the `-G` option, check that the generator is available. Closes flavorjones#127
- Loading branch information
Showing
2 changed files
with
70 additions
and
3 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