mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 09:43:01 +02:00
fix set of LIBOVR_LIBRARIES in FindLibOVR module
This commit is contained in:
parent
da7c46d8d9
commit
4f17902c6b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue