diff options
author | Michele Calgaro <[email protected]> | 2024-03-08 12:20:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-09 22:30:47 +0900 |
commit | c3581fafe2c477160caa38d0def81abbc28adabf (patch) | |
tree | d1f42e5729fa757fa3ce1c8165c15598c990c526 | |
parent | 4d46d6c2279a1199aa384a5e12f8ea82b2c51033 (diff) | |
download | klcddimmer-c3581fafe2c477160caa38d0def81abbc28adabf.tar.gz klcddimmer-c3581fafe2c477160caa38d0def81abbc28adabf.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 55c7878372ab9fc5ce3b6a357a380389c73eeafa)
-rw-r--r-- | doc/html/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/CMakeLists.txt b/doc/html/CMakeLists.txt index cbd26e0..552d6a1 100644 --- a/doc/html/CMakeLists.txt +++ b/doc/html/CMakeLists.txt @@ -1,4 +1,4 @@ -INSTALL( +install( FILES configure.png |