diff options
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/NDOF.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/cmake/NDOF.cmake b/indra/cmake/NDOF.cmake index 75936425ff..fd7a650612 100644 --- a/indra/cmake/NDOF.cmake +++ b/indra/cmake/NDOF.cmake @@ -21,7 +21,4 @@ if (NDOF) target_compile_definitions( ll::ndof INTERFACE LIB_NDOF=1) endif (NDOF) -if (NOT NDOF_FOUND) - message(STATUS "Building without N-DoF joystick support") -endif () |