mirror of https://github.com/encounter/SDL.git
cmake: removed an add_definitions call.
This commit is contained in:
parent
25fdba39bb
commit
f1793af404
|
@ -442,7 +442,6 @@ macro(CheckX11)
|
||||||
list(APPEND EXTRA_LIBS ipc)
|
list(APPEND EXTRA_LIBS ipc)
|
||||||
endif()
|
endif()
|
||||||
if(NOT HAVE_SHMAT)
|
if(NOT HAVE_SHMAT)
|
||||||
add_definitions(-DNO_SHARED_MEMORY)
|
|
||||||
list(APPEND EXTRA_CFLAGS "-DNO_SHARED_MEMORY")
|
list(APPEND EXTRA_CFLAGS "-DNO_SHARED_MEMORY")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue