enable CMake builds with spacenav (contributed by Kevin Cozens)

This commit is contained in:
Mike Erwin
2011-07-21 21:34:28 +00:00
parent 1cce0dd505
commit 6cd4716d1a
2 changed files with 8 additions and 1 deletions

View File

@@ -457,7 +457,7 @@ if(UNIX AND NOT APPLE)
set(NDOF /usr)
set(NDOF_INC ${NDOF}/include)
set(NDOF_LIB spnav)
set(NDOF_LIBPATH ${FFTW3}/lib)
set(NDOF_LIBPATH ${NDOF}/lib)
endif()
endif()