mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-14 05:36:36 -05:00
don't link against X11 on Mac
This commit is contained in:
parent
b7058f97a9
commit
6e18eebb25
|
|
@ -23,7 +23,7 @@ if(APPLE)
|
|||
add_link_options("-v")
|
||||
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