CMake: various tidying-up

(cherry picked from commit 294f0c7e1a)
This commit is contained in:
Adriaan de Groot
2021-05-24 15:44:05 +00:00
committed by Carl Schwan
parent 44d3f628d9
commit d81e4c417d
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()