mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 04:52:17 +02:00
add a missing closing bracket
This commit is contained in:
parent
4e27738cb1
commit
d101d321da
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ select_library_configurations(LIBOVR)
|
|||
set(LIBOVR_LIBRARIES "${LIBOVR_LIBRARY}")
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
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