diff options
author | Nicky <nicky.dasmijn@gmail.com> | 2022-04-16 15:35:41 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@gmail.com> | 2022-04-16 15:35:41 +0200 |
commit | e45a6a0f689d12659ccb1d323e0fa6d791c2a74e (patch) | |
tree | 4c988b14810027ea308b53abd81d8ac68ea1bbe5 /indra/cmake | |
parent | a9774d34279daf98f1f0fad6e22e32c65280d6a0 (diff) |
Remove obsolete message
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 () |