From a6bdf92fd0e43089be28c2915a03351e2cef8e4a Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Mon, 16 Aug 2021 19:39:12 +0100 Subject: [PATCH] d/vf: Remove debug message --- src/xrt/drivers/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xrt/drivers/CMakeLists.txt b/src/xrt/drivers/CMakeLists.txt index b8ce298cc..2b3c81365 100644 --- a/src/xrt/drivers/CMakeLists.txt +++ b/src/xrt/drivers/CMakeLists.txt @@ -257,7 +257,6 @@ if(XRT_BUILD_DRIVER_VF) add_library(drv_vf STATIC ${VF_SOURCE_FILES}) target_link_libraries(drv_vf PRIVATE xrt-interfaces aux_os aux_util ${GST_LIBRARIES}) target_include_directories(drv_vf PRIVATE ${GST_INCLUDE_DIRS}) - MESSAGE("GST include ${GST_INCLUDE_DIRS}") list(APPEND ENABLED_DRIVERS vf) endif()