mirror of https://github.com/procxx/kepka.git
Fix condition name
This commit is contained in:
parent
a67bd6e770
commit
c8a36d27be
|
@ -1,5 +1,5 @@
|
||||||
# defines
|
# defines
|
||||||
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
if (LINUX)
|
||||||
if (CMAKE_SIZEOF_VOID_P EQUAL 8)
|
if (CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||||
add_definitions(-DQ_OS_LINUX64)
|
add_definitions(-DQ_OS_LINUX64)
|
||||||
else()
|
else()
|
||||||
|
|
Loading…
Reference in New Issue