CMake: various tidying-up

This commit is contained in:
Adriaan de Groot
2021-05-24 15:44:05 +00:00
parent d14674c2cd
commit 294f0c7e1a
2 changed files with 6 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ add_executable(neochat
../res.qrc
)
if(${Quotient_VERSION_MINOR} GREATER 6)
if(Quotient_VERSION_MINOR GREATER 6)
target_compile_definitions(neochat PRIVATE QUOTIENT_07)
endif()