mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-28 01:18:31 +00:00
cmake: Turn error into warning
This commit is contained in:
parent
23f8991fb8
commit
1e995dbbe3
|
@ -211,7 +211,7 @@ endif()
|
|||
###
|
||||
|
||||
if(XRT_HAVE_XLIB AND NOT XRT_HAVE_XRANDR)
|
||||
message(FATAL_ERROR "XRT_HAVE_XLIB requires XRT_HAVE_XRANDR but XRT_HAVE_XRANDR is disabled")
|
||||
message(WARNING "XRT_HAVE_XLIB requires XRT_HAVE_XRANDR but XRT_HAVE_XRANDR is disabled")
|
||||
endif()
|
||||
|
||||
if(XRT_HAVE_OPENGLES AND NOT XRT_HAVE_EGL)
|
||||
|
|
Loading…
Reference in a new issue