diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 19:42:45 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 19:42:45 +0100 |
| commit | e1952f6b8b01966256163a53d4d667743940db2f (patch) | |
| tree | fe32dbeab099c9db4c4b3ca4fabebfbc8ccdd6b8 /userconfig-runner@Linux-GNU.cmake | |
| parent | c201814ba26c248ad6ed585d94c94b30ca9e9bf1 (diff) | |
ci: disable install message
Diffstat (limited to 'userconfig-runner@Linux-GNU.cmake')
| -rw-r--r-- | userconfig-runner@Linux-GNU.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/userconfig-runner@Linux-GNU.cmake b/userconfig-runner@Linux-GNU.cmake index d1a9864d..39962ed0 100644 --- a/userconfig-runner@Linux-GNU.cmake +++ b/userconfig-runner@Linux-GNU.cmake @@ -1,6 +1,7 @@ sets(BOOL FLOORMAT_PRECOMPILED-HEADERS OFF) sets(BOOL FLOORMAT_SUBMODULE-SDL2 OFF) -sets(STRING CMAKE_BUILD_TYPE DEBUG) +set(CMAKE_BUILD_TYPE DEBUG PARENT_SCOPE) +set(CMAKE_INSTALL_MESSAGE NEVER) # for floormat sources only function(fm-userconfig-src) |
