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-08 12:25:19 +0900 |
commit | 841afd2b25ac7030b9775fd914731d878db42f37 (patch) | |
tree | e06bddd443dc9d00fab46ed6c0f140316eaae2ba /kernel/kls_pi3 | |
parent | b28cc773efcf6ae234ea4defe7e06c495690fb5e (diff) | |
download | libksquirrel-841afd2b25ac7030b9775fd914731d878db42f37.tar.gz libksquirrel-841afd2b25ac7030b9775fd914731d878db42f37.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kernel/kls_pi3')
-rw-r--r-- | kernel/kls_pi3/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kls_pi3/CMakeLists.txt b/kernel/kls_pi3/CMakeLists.txt index 648b4d3..619bc95 100644 --- a/kernel/kls_pi3/CMakeLists.txt +++ b/kernel/kls_pi3/CMakeLists.txt @@ -29,7 +29,7 @@ tde_add_library( kls_pi3 SHARED AUTOMOC ##### other data configure_file( ksquirrel-libs-pi32ppm.cmake ksquirrel-libs-pi32ppm @ONLY ) -INSTALL( +install( PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/ksquirrel-libs-pi32ppm DESTINATION ${BIN_INSTALL_DIR} ) |