Skip to content

Commit

Permalink
Revert NDOF.cmake, disabling via autobuild.xml is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky-D committed Apr 5, 2024
1 parent 5911330 commit 2ac3137
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions indra/cmake/NDOF.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# -*- cmake -*-
include(Prebuilt)

if (WINDOWS OR DARWIN)
set(NDOF ON CACHE BOOL "Use NDOF space navigator joystick library.")
else()
# For Linux turn this off. As of now (2024-04-05) there is an updated SDL2 but no matching open-libndofdev for it
set(NDOF OFF CACHE BOOL "Use NDOF space navigator joystick library.")
endif()
set(NDOF ON CACHE BOOL "Use NDOF space navigator joystick library.")

include_guard()
add_library( ll::ndof INTERFACE IMPORTED )
Expand Down

0 comments on commit 2ac3137

Please sign in to comment.