···115115# This one is named differently because that's what CTest uses
116116option(BUILD_TESTING "Enable building of the test suite?" ON)
117117118118+option(XRT_FEATURE_COLOR_LOG "Enable logging in color on supported platforms" ON)
119119+118120cmake_dependent_option(CMAKE_INTERPROCEDURAL_OPTIMIZATION "Enable inter-procedural (link-time) optimization" OFF "HAS_IPO" OFF)
119121cmake_dependent_option(XRT_HAVE_WAYLAND "Enable Wayland support" ON "WAYLAND_FOUND AND WAYLAND_SCANNER_FOUND AND WAYLAND_PROTOCOLS_FOUND" OFF)
120122cmake_dependent_option(XRT_HAVE_XLIB "Enable xlib support" ON "X11_FOUND" OFF)