Spelling error in variable name, caused the setting to never be applied: SPANV_LIBRARY vs SPNAV_LIBRARY
This commit is contained in:
@@ -24,6 +24,6 @@ if(SPNAV_FOUND)
|
|||||||
set(SPNAV_LIBRARIES ${SPNAV_LIBRARY})
|
set(SPNAV_LIBRARIES ${SPNAV_LIBRARY})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
mark_as_advanced(SPANV_LIBRARY SPNAV_INCLUDE_DIR)
|
mark_as_advanced(SPNAV_LIBRARY SPNAV_INCLUDE_DIR)
|
||||||
|
|
||||||
ENDIF(UNIX)
|
ENDIF(UNIX)
|
||||||
|
|||||||
Reference in New Issue
Block a user