fix re-set of LIBOVR_LIBRARIES in find module

This commit is contained in:
Stephen Birarda 2014-07-18 09:40:23 -07:00
parent fa545775a0
commit 5ec710ddf6

View file

@ -54,7 +54,7 @@ if (UNIX)
select_library_configurations(UDEV)
select_library_configurations(XINERAMA)
set(${LIBOVR_LIBRARIES} ${LIBOVR_LIBRARIES} ${UDEV_LIBRARY} ${XINERAMA_LIBRARY})
set(LIBOVR_LIBRARIES ${LIBOVR_LIBRARIES} ${UDEV_LIBRARY} ${XINERAMA_LIBRARY})
endif ()
include(FindPackageHandleStandardArgs)