mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2025-04-04 09:37:10 +02:00
cmake: CMAKE_INSTALL_MESSAGE=LAZY
This commit is contained in:
parent
a2fd9e3351
commit
2891a85338
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ option(GINT_USER_VRAM "Put all VRAMs into the user stack (fx-CG 50 only)")
|
|||
option(GINT_STATIC_GRAY "Use static memory instead of malloc for gray buffers (fx-9860G only)")
|
||||
option(GINT_KMALLOC_DEBUG "Enable debug functions for kmalloc")
|
||||
|
||||
set(CMAKE_INSTALL_MESSAGE LAZY)
|
||||
|
||||
# Generate <gint/config.h> with commit hash, version name and options
|
||||
git_version_number(SHORT_HASH "GINT_GIT_HASH" TAG_RELATIVE "GINT_GIT_VERSION")
|
||||
configure_file(include/gint/config.h.in include/gint/config.h)
|
||||
|
|
Loading…
Add table
Reference in a new issue