3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-30 10:43:12 +02:00

don't apply udev and xinerama libraries to APPLE

This commit is contained in:
Stephen Birarda 2014-07-30 15:31:47 -07:00
parent e702738694
commit 4e27738cb1

View file

@ -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 ()