mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
cmake: Use correct message type for OpenVR messages
This commit is contained in:
parent
0e2570c50b
commit
ad1155f152
|
@ -194,10 +194,10 @@ endforeach()
|
|||
find_library(OPENVR_LIBRARIES NAMES openvr_api)
|
||||
if(OPENVR_LIBRARIES)
|
||||
set(OPENVR_FOUND on)
|
||||
message("Found OpenVR: " ${OPENVR_LIBRARIES})
|
||||
message(STATUS "Found OpenVR: " ${OPENVR_LIBRARIES})
|
||||
else()
|
||||
set(OPENVR_FOUND off)
|
||||
message("OpenVR not found")
|
||||
message(STATUS "OpenVR not found")
|
||||
endif()
|
||||
|
||||
# ILLIXR
|
||||
|
|
Loading…
Reference in a new issue