The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmake: Tidy whitespace and remove last mention of XRT_HAVE_VF (NFC)

+5 -6
+5 -6
CMakeLists.txt
··· 67 67 PATHS /usr/local/lib 68 68 ) 69 69 if (Leap) 70 - include_directories(include /usr/local/include/) 71 - message(STATUS "Found libLeap: ${Leap}") 70 + include_directories(include /usr/local/include/) 71 + message(STATUS "Found libLeap: ${Leap}") 72 72 else() 73 - message(STATUS "Could NOT find libLeap: (missing: /usr/local/lib/libLeap.so)") 73 + message(STATUS "Could NOT find libLeap: (missing: /usr/local/lib/libLeap.so)") 74 74 endif() 75 75 76 76 ··· 327 327 add_subdirectory(doc) 328 328 329 329 if(BUILD_TESTING) 330 - include(CTest) 331 - add_subdirectory(tests) 330 + include(CTest) 331 + add_subdirectory(tests) 332 332 endif() 333 333 334 334 message(STATUS "#####----- Config -----#####") ··· 344 344 message(STATUS "# OPENGLES: ${XRT_HAVE_OPENGLES}") 345 345 message(STATUS "# EGL: ${XRT_HAVE_EGL}") 346 346 message(STATUS "# DBUS: ${XRT_HAVE_DBUS}") 347 - message(STATUS "# VF: ${XRT_HAVE_VF}") 348 347 message(STATUS "# LIBBSD: ${XRT_HAVE_LIBBSD}") 349 348 message(STATUS "# SYSTEMD: ${XRT_HAVE_SYSTEMD}") 350 349 message(STATUS "# LIBUSB: ${XRT_HAVE_LIBUSB}")