The open source OpenXR runtime

t/common: Remove stale comment

authored by

Jakob Bornecrantz and committed by
Ryan Pavlik
c9ef44dd 9e164eec

+3 -8
+3 -8
src/xrt/targets/common/CMakeLists.txt
··· 1 - # Copyright 2019-2021, Collabora, Ltd. 1 + # Copyright 2019-2022, Collabora, Ltd. 2 2 # SPDX-License-Identifier: BSL-1.0 3 3 4 4 #### ··· 9 9 target_lists STATIC target_builder_interface.h target_builder_legacy.c target_lists.c 10 10 target_lists.h 11 11 ) 12 - target_link_libraries( 13 - target_lists 14 - PRIVATE 15 - xrt-interfaces 16 - aux_util # TODO Remove this after removing #include "util/u_time.h" from xrt_defines.h 17 - drv_includes 18 - ) 12 + target_link_libraries(target_lists PRIVATE xrt-interfaces aux_util drv_includes) 19 13 target_include_directories(target_lists PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) 20 14 21 15 ### 22 16 # Builders 23 17 # 18 + 24 19 if(XRT_BUILD_DRIVER_REMOTE) 25 20 target_sources(target_lists PRIVATE target_builder_remote.c) 26 21 endif()