mirror of https://github.com/procxx/kepka.git
Fix condition name
This commit is contained in:
parent
a67bd6e770
commit
c8a36d27be
Telegram
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue