fix set of LIBOVR_LIBRARIES in FindLibOVR module

This commit is contained in:
Stephen Birarda 2014-07-30 15:08:31 -07:00
parent da7c46d8d9
commit 4f17902c6b

View file

@ -52,7 +52,7 @@ endif ()
select_library_configurations(LIBOVR)
set(LIBOVR_LIBRARIES "${LIBOVR_LIBRARIES}" "${UDEV_LIBRARY}" "${XINERAMA_LIBRARY}")
set(LIBOVR_LIBRARIES "${LIBOVR_LIBRARY}" "${UDEV_LIBRARY}" "${XINERAMA_LIBRARY}")
include(FindPackageHandleStandardArgs)
if (UNIX AND NOT APPLE)