diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 15:15:58 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-10 10:31:57 +0200 |
commit | cb06b82747f6f424468344280176d458d2b4d42c (patch) | |
tree | 277c6841173efc9693ee18f1483ab92b6180bf9c | |
parent | 54406d45dafb62aa24aacced937a7bea470266ba (diff) |
cmake: less logspam on `make install`
-rw-r--r-- | cmake/opentrack-policy.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/opentrack-policy.cmake b/cmake/opentrack-policy.cmake index fece3ed3..5fd8647f 100644 --- a/cmake/opentrack-policy.cmake +++ b/cmake/opentrack-policy.cmake @@ -20,3 +20,5 @@ foreach(k ${_policies}) cmake_policy(SET ${k} NEW) endif() endforeach() + +set(CMAKE_INSTALL_MESSAGE LAZY) |