mirror of
https://github.com/reactos/CMake.git
synced 2024-11-26 21:10:29 +00:00
ENH: On apple do not look for X11
This commit is contained in:
parent
9f4e756d41
commit
cf80510ac5
@ -52,6 +52,7 @@ IF (WIN32)
|
||||
ENDIF (CYGWIN)
|
||||
|
||||
ELSE (WIN32)
|
||||
IF(NOT APPLE)
|
||||
|
||||
# The first line below is to make sure that the proper headers
|
||||
# are used on a Linux machine with the NVidia drivers installed.
|
||||
@ -116,6 +117,7 @@ ELSE (WIN32)
|
||||
/usr/shlib
|
||||
)
|
||||
|
||||
ENDIF(NOT APPLE)
|
||||
ENDIF (WIN32)
|
||||
|
||||
SET( OPENGL_FOUND "NO" )
|
||||
|
Loading…
Reference in New Issue
Block a user