another CMake build fix (contributed by Kevin Cozens)

This commit is contained in:
Mike Erwin
2011-07-23 21:33:04 +00:00
parent 5fae765187
commit ff5a49b816

View File

@@ -456,7 +456,7 @@ if(UNIX AND NOT APPLE)
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
set(NDOF /usr)
set(NDOF_INC ${NDOF}/include)
set(NDOF_LIB spnav)
set(NDOF_LIBRARY spnav)
set(NDOF_LIBPATH ${NDOF}/lib)
endif()
endif()