mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 01:47:45 +01:00
cmake: add a missing brackets
This commit is contained in:
parent
c3f77a2ea5
commit
3db3772bff
@ -46,10 +46,10 @@ option(BUILD_SERVER "Build server dll" ON)
|
|||||||
option(GOLDSOURCE_SUPPORT "Build goldsource compatible client library" OFF)
|
option(GOLDSOURCE_SUPPORT "Build goldsource compatible client library" OFF)
|
||||||
|
|
||||||
if (CMAKE_SIZEOF_VOID_P EQUAL 4 OR
|
if (CMAKE_SIZEOF_VOID_P EQUAL 4 OR
|
||||||
(WIN32 OR ${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
((WIN32 OR ${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||||
AND (CMAKE_SYSTEM_PROCESSOR STREQUAL "x64"
|
AND (CMAKE_SYSTEM_PROCESSOR STREQUAL "x64"
|
||||||
OR CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64"
|
OR CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64"
|
||||||
OR CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64"))
|
OR CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64")))
|
||||||
option(64BIT "Disable auto -m32 appending to compiler flags" OFF)
|
option(64BIT "Disable auto -m32 appending to compiler flags" OFF)
|
||||||
else()
|
else()
|
||||||
option(64BIT "Disable auto -m32 appending to compiler flags" ON)
|
option(64BIT "Disable auto -m32 appending to compiler flags" ON)
|
||||||
|
Loading…
Reference in New Issue
Block a user