diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-08 12:25:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-09 22:24:06 +0900 |
commit | 115223b1c4e252eb1dc2e710784b958b4b210a46 (patch) | |
tree | e06bddd443dc9d00fab46ed6c0f140316eaae2ba /kernel/kls_neo | |
parent | a125c8f3ff95de0426f83e3ff8e4fe3ae81b46e5 (diff) | |
download | libksquirrel-115223b1c4e252eb1dc2e710784b958b4b210a46.tar.gz libksquirrel-115223b1c4e252eb1dc2e710784b958b4b210a46.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 841afd2b25ac7030b9775fd914731d878db42f37)
Diffstat (limited to 'kernel/kls_neo')
-rw-r--r-- | kernel/kls_neo/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kls_neo/CMakeLists.txt b/kernel/kls_neo/CMakeLists.txt index 61eb8a0..39c1a57 100644 --- a/kernel/kls_neo/CMakeLists.txt +++ b/kernel/kls_neo/CMakeLists.txt @@ -29,7 +29,7 @@ tde_add_library( kls_neo SHARED AUTOMOC ##### other data configure_file( ksquirrel-libs-neo2ppm.cmake ksquirrel-libs-neo2ppm @ONLY ) -INSTALL( +install( PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/ksquirrel-libs-neo2ppm DESTINATION ${BIN_INSTALL_DIR} ) |