summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 13:00:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 18:21:25 +0900
commitffb0e63ea4fd44ade4c02729700a0719b12acf06 (patch)
tree9e92027a762a5913cd57721b3bc41d62f1b0ef4e
parenta2ffbf64d0ca763b3e26a229965a570d192afc55 (diff)
downloadtqtinterface-ffb0e63ea4fd44ade4c02729700a0719b12acf06.tar.gz
tqtinterface-ffb0e63ea4fd44ade4c02729700a0719b12acf06.zip
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6b9fad0aaadfb43f5ca276087e0a6f84974241b1)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 1b1dfa2..b1068f3 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -178,7 +178,7 @@ execute_process(
OUTPUT_STRIP_TRAILING_WHITESPACE
)
-MESSAGE(STATUS "List of qt_config variables: ${TQT_CONF_VARS}")
+message(STATUS "List of qt_config variables: ${TQT_CONF_VARS}")
string( REGEX MATCH " opengl " OPENGL_ENABLED " ${TQT_CONF_VARS} " )