mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-22 16:25:14 -05:00
do not link against X11 for MAC in-tree builds
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user