mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 13:42:38 +02:00
fix re-set of LIBOVR_LIBRARIES in find module
This commit is contained in:
parent
fa545775a0
commit
5ec710ddf6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue