mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-16 03:45:24 +00:00
d/vf: Remove debug message
This commit is contained in:
parent
b2ef01af10
commit
a6bdf92fd0
|
@ -257,7 +257,6 @@ if(XRT_BUILD_DRIVER_VF)
|
||||||
add_library(drv_vf STATIC ${VF_SOURCE_FILES})
|
add_library(drv_vf STATIC ${VF_SOURCE_FILES})
|
||||||
target_link_libraries(drv_vf PRIVATE xrt-interfaces aux_os aux_util ${GST_LIBRARIES})
|
target_link_libraries(drv_vf PRIVATE xrt-interfaces aux_os aux_util ${GST_LIBRARIES})
|
||||||
target_include_directories(drv_vf PRIVATE ${GST_INCLUDE_DIRS})
|
target_include_directories(drv_vf PRIVATE ${GST_INCLUDE_DIRS})
|
||||||
MESSAGE("GST include ${GST_INCLUDE_DIRS}")
|
|
||||||
list(APPEND ENABLED_DRIVERS vf)
|
list(APPEND ENABLED_DRIVERS vf)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue