diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-08 12:22:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-08 15:01:28 +0900 |
commit | 2e8ad8b923787494b588ed8f978aac61a59803ef (patch) | |
tree | cb70ec216320db412780f3df0ccf4112d01caaf6 | |
parent | d7a7391926a72f4f09e4bcedbb6fd30bcf4591ab (diff) | |
download | tdemultimedia-2e8ad8b923787494b588ed8f978aac61a59803ef.tar.gz tdemultimedia-2e8ad8b923787494b588ed8f978aac61a59803ef.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/man/juk/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/man/kaboodle/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/man/kaudiocreator/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/man/kmix/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/man/krec/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/man/noatun/CMakeLists.txt | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c7500b54..7dc37467 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ tde_setup_paths( ) ##### optional stuff ############################ -OPTION( WITH_ALL_OPTIONS "Enable all optional support" OFF ) +option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) option( WITH_ALSA "Enable ALSA support (kscd, kmix)" ON ) option( WITH_ARTS_AKODE "Enable aRts akode plugin" ${WITH_ALL_OPTIONS} ) option( WITH_ARTS_AUDIOFILE "Enable aRts audiofile plugin" ${WITH_ALL_OPTIONS} ) diff --git a/doc/man/juk/CMakeLists.txt b/doc/man/juk/CMakeLists.txt index 24ccd704..65c83b94 100644 --- a/doc/man/juk/CMakeLists.txt +++ b/doc/man/juk/CMakeLists.txt @@ -1,6 +1,6 @@ file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 ) -INSTALL( +install( FILES ${_man_files} DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kaboodle/CMakeLists.txt b/doc/man/kaboodle/CMakeLists.txt index 24ccd704..65c83b94 100644 --- a/doc/man/kaboodle/CMakeLists.txt +++ b/doc/man/kaboodle/CMakeLists.txt @@ -1,6 +1,6 @@ file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 ) -INSTALL( +install( FILES ${_man_files} DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kaudiocreator/CMakeLists.txt b/doc/man/kaudiocreator/CMakeLists.txt index 24ccd704..65c83b94 100644 --- a/doc/man/kaudiocreator/CMakeLists.txt +++ b/doc/man/kaudiocreator/CMakeLists.txt @@ -1,6 +1,6 @@ file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 ) -INSTALL( +install( FILES ${_man_files} DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/kmix/CMakeLists.txt b/doc/man/kmix/CMakeLists.txt index 24ccd704..65c83b94 100644 --- a/doc/man/kmix/CMakeLists.txt +++ b/doc/man/kmix/CMakeLists.txt @@ -1,6 +1,6 @@ file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 ) -INSTALL( +install( FILES ${_man_files} DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/krec/CMakeLists.txt b/doc/man/krec/CMakeLists.txt index 24ccd704..65c83b94 100644 --- a/doc/man/krec/CMakeLists.txt +++ b/doc/man/krec/CMakeLists.txt @@ -1,6 +1,6 @@ file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 ) -INSTALL( +install( FILES ${_man_files} DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc diff --git a/doc/man/noatun/CMakeLists.txt b/doc/man/noatun/CMakeLists.txt index 24ccd704..65c83b94 100644 --- a/doc/man/noatun/CMakeLists.txt +++ b/doc/man/noatun/CMakeLists.txt @@ -1,6 +1,6 @@ file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 ) -INSTALL( +install( FILES ${_man_files} DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc |