summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 12:24:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 12:24:31 +0900
commitbe1c8167bd2711853a259f7aaeb9b28d8b38fa37 (patch)
treea0e0ccddb8fe29d4ecf3ae9a8b1724ba03608e72
parent4b72579c25a250567bf4199c5bd533a3ce51ce1c (diff)
downloadarts-be1c8167.tar.gz
arts-be1c8167.zip
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--soundserver/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/soundserver/CMakeLists.txt b/soundserver/CMakeLists.txt
index 4395447..f58b397 100644
--- a/soundserver/CMakeLists.txt
+++ b/soundserver/CMakeLists.txt
@@ -164,7 +164,7 @@ tde_add_executable( artswrapper
# FIXME "artsdpath" seems inconsistent name
# necessary for artswrapper
-SET( artsdpath ${BIN_INSTALL_DIR}/artsd )
+set( artsdpath ${BIN_INSTALL_DIR}/artsd )
set_property( TARGET artswrapper APPEND PROPERTY COMPILE_DEFINITIONS EXECUTE="${artsdpath}" )