summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 12:25:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 12:25:19 +0900
commit841afd2b25ac7030b9775fd914731d878db42f37 (patch)
treee06bddd443dc9d00fab46ed6c0f140316eaae2ba
parentb28cc773efcf6ae234ea4defe7e06c495690fb5e (diff)
downloadlibksquirrel-841afd2b25ac7030b9775fd914731d878db42f37.tar.gz
libksquirrel-841afd2b25ac7030b9775fd914731d878db42f37.zip
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kernel/kls_dicom/CMakeLists.txt2
-rw-r--r--kernel/kls_fig/CMakeLists.txt2
-rw-r--r--kernel/kls_iff/CMakeLists.txt2
-rw-r--r--kernel/kls_leaf/CMakeLists.txt2
-rw-r--r--kernel/kls_mac/CMakeLists.txt2
-rw-r--r--kernel/kls_neo/CMakeLists.txt2
-rw-r--r--kernel/kls_pi1/CMakeLists.txt2
-rw-r--r--kernel/kls_pi3/CMakeLists.txt2
-rw-r--r--kernel/kls_pict/CMakeLists.txt2
-rw-r--r--kernel/kls_utah/CMakeLists.txt2
-rw-r--r--kernel/kls_xim/CMakeLists.txt2
11 files changed, 11 insertions, 11 deletions
diff --git a/kernel/kls_dicom/CMakeLists.txt b/kernel/kls_dicom/CMakeLists.txt
index 59b740d..560c73f 100644
--- a/kernel/kls_dicom/CMakeLists.txt
+++ b/kernel/kls_dicom/CMakeLists.txt
@@ -25,7 +25,7 @@ tde_add_library( kls_dicom SHARED AUTOMOC
##### other data
configure_file( ksquirrel-libs-dicom2png.cmake ksquirrel-libs-dicom2png @ONLY )
-INSTALL(
+install(
PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/ksquirrel-libs-dicom2png
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/kernel/kls_fig/CMakeLists.txt b/kernel/kls_fig/CMakeLists.txt
index 9294dc6..0e6c209 100644
--- a/kernel/kls_fig/CMakeLists.txt
+++ b/kernel/kls_fig/CMakeLists.txt
@@ -28,7 +28,7 @@ tde_add_library( kls_fig SHARED AUTOMOC
##### other data
configure_file( ksquirrel-libs-fig2ppm.cmake ksquirrel-libs-fig2ppm @ONLY )
-INSTALL(
+install(
PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/ksquirrel-libs-fig2ppm
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/kernel/kls_iff/CMakeLists.txt b/kernel/kls_iff/CMakeLists.txt
index cf93021..51373c1 100644
--- a/kernel/kls_iff/CMakeLists.txt
+++ b/kernel/kls_iff/CMakeLists.txt
@@ -28,7 +28,7 @@ tde_add_library( kls_iff SHARED AUTOMOC
##### other data
configure_file( ksquirrel-libs-iff2ppm.cmake ksquirrel-libs-iff2ppm @ONLY )
-INSTALL(
+install(
PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/ksquirrel-libs-iff2ppm
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/kernel/kls_leaf/CMakeLists.txt b/kernel/kls_leaf/CMakeLists.txt
index 531eb4f..b2531f2 100644
--- a/kernel/kls_leaf/CMakeLists.txt
+++ b/kernel/kls_leaf/CMakeLists.txt
@@ -29,7 +29,7 @@ tde_add_library( kls_leaf SHARED AUTOMOC
##### other data
configure_file( ksquirrel-libs-leaf2ppm.cmake ksquirrel-libs-leaf2ppm @ONLY )
-INSTALL(
+install(
PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/ksquirrel-libs-leaf2ppm
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/kernel/kls_mac/CMakeLists.txt b/kernel/kls_mac/CMakeLists.txt
index 6e12830..33159ac 100644
--- a/kernel/kls_mac/CMakeLists.txt
+++ b/kernel/kls_mac/CMakeLists.txt
@@ -29,7 +29,7 @@ tde_add_library( kls_mac SHARED AUTOMOC
##### other data
configure_file( ksquirrel-libs-mac2ppm.cmake ksquirrel-libs-mac2ppm @ONLY )
-INSTALL(
+install(
PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/ksquirrel-libs-mac2ppm
DESTINATION ${BIN_INSTALL_DIR}
)
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}
)
diff --git a/kernel/kls_pi1/CMakeLists.txt b/kernel/kls_pi1/CMakeLists.txt
index 0ee6ea1..b0b25a4 100644
--- a/kernel/kls_pi1/CMakeLists.txt
+++ b/kernel/kls_pi1/CMakeLists.txt
@@ -29,7 +29,7 @@ tde_add_library( kls_pi1 SHARED AUTOMOC
##### other data
configure_file( ksquirrel-libs-pi12ppm.cmake ksquirrel-libs-pi12ppm @ONLY )
-INSTALL(
+install(
PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/ksquirrel-libs-pi12ppm
DESTINATION ${BIN_INSTALL_DIR}
)
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}
)
diff --git a/kernel/kls_pict/CMakeLists.txt b/kernel/kls_pict/CMakeLists.txt
index c54aca4..0bf31db 100644
--- a/kernel/kls_pict/CMakeLists.txt
+++ b/kernel/kls_pict/CMakeLists.txt
@@ -29,7 +29,7 @@ tde_add_library( kls_pict SHARED AUTOMOC
##### other data
configure_file( ksquirrel-libs-pict2ppm.cmake ksquirrel-libs-pict2ppm @ONLY )
-INSTALL(
+install(
PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/ksquirrel-libs-pict2ppm
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/kernel/kls_utah/CMakeLists.txt b/kernel/kls_utah/CMakeLists.txt
index ab0aac7..c275b4e 100644
--- a/kernel/kls_utah/CMakeLists.txt
+++ b/kernel/kls_utah/CMakeLists.txt
@@ -29,7 +29,7 @@ tde_add_library( kls_utah SHARED AUTOMOC
##### other data
configure_file( ksquirrel-libs-utah2ppm.cmake ksquirrel-libs-utah2ppm @ONLY )
-INSTALL(
+install(
PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/ksquirrel-libs-utah2ppm
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/kernel/kls_xim/CMakeLists.txt b/kernel/kls_xim/CMakeLists.txt
index 6f3dce5..985cac2 100644
--- a/kernel/kls_xim/CMakeLists.txt
+++ b/kernel/kls_xim/CMakeLists.txt
@@ -29,7 +29,7 @@ tde_add_library( kls_xim SHARED AUTOMOC
##### other data
configure_file( ksquirrel-libs-xim2ppm.cmake ksquirrel-libs-xim2ppm @ONLY )
-INSTALL(
+install(
PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/ksquirrel-libs-xim2ppm
DESTINATION ${BIN_INSTALL_DIR}
)