Fix condition name

This commit is contained in:
Berkus Decker 2017-12-18 01:42:43 +02:00 committed by Berkus Decker
parent a67bd6e770
commit c8a36d27be
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# defines
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
if (LINUX)
if (CMAKE_SIZEOF_VOID_P EQUAL 8)
add_definitions(-DQ_OS_LINUX64)
else()