From 39b1357dca42247aeea273cd3fa09dbb28e990f7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 8 Mar 2024 12:20:35 +0900 Subject: cmake files: change keywords to lower case Signed-off-by: Michele Calgaro (cherry picked from commit 0afc7ddb4714dd26179d283cf9c0cabc00ccb2a5) --- plugins/common/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/common') diff --git a/plugins/common/CMakeLists.txt b/plugins/common/CMakeLists.txt index 96b4a77..a42ea85 100644 --- a/plugins/common/CMakeLists.txt +++ b/plugins/common/CMakeLists.txt @@ -1,3 +1,3 @@ -FILE(GLOB HEADERS *.h) +file(GLOB HEADERS *.h) -INSTALL(FILES ${HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/kbfx/plugins) +install(FILES ${HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/kbfx/plugins) -- cgit v1.2.3