mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
do not link against X11 for MAC in-tree builds
This commit is contained in:
parent
9305576789
commit
7c052f2633
|
|
@ -151,7 +151,7 @@ else ()
|
|||
include_directories(${COCOA})
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
if(UNIX AND NOT APPLE)
|
||||
find_package(X11 REQUIRED)
|
||||
link_libraries(${X11_LIBRARIES})
|
||||
include_directories(${X11_INCLUDE_DIR})
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user