diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-08 13:00:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-08 18:21:25 +0900 |
commit | ffb0e63ea4fd44ade4c02729700a0719b12acf06 (patch) | |
tree | 9e92027a762a5913cd57721b3bc41d62f1b0ef4e | |
parent | a2ffbf64d0ca763b3e26a229965a570d192afc55 (diff) | |
download | tqtinterface-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.cmake | 2 |
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} " ) |