another CMake build fix (contributed by Kevin Cozens)
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user