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 13:00:02 +0900 |
commit | 6b9fad0aaadfb43f5ca276087e0a6f84974241b1 (patch) | |
tree | 979b607c1c18495e362120ea3526511ce058be88 | |
parent | 14ad1125d00b6765dfaf9cba70d1296e6d8fe690 (diff) | |
download | tqtinterface-6b9fad0aaadfb43f5ca276087e0a6f84974241b1.tar.gz tqtinterface-6b9fad0aaadfb43f5ca276087e0a6f84974241b1.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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} " ) |