mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 09:43:01 +02:00
don't apply udev and xinerama libraries to APPLE
This commit is contained in:
parent
e702738694
commit
4e27738cb1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ endif ()
|
|||
select_library_configurations(LIBOVR)
|
||||
set(LIBOVR_LIBRARIES "${LIBOVR_LIBRARY}")
|
||||
|
||||
if (UNIX)
|
||||
if (UNIX AND NOT APPLE)
|
||||
set(LIBOVR_LIBRARIES "${LIBOVR_LIBRARIES}" "${UDEV_LIBRARY}" "${XINERAMA_LIBRARY}"
|
||||
endif ()
|
||||
|
||||
|
|
Loading…
Reference in a new issue