Spelling error in variable name, caused the setting to never be applied: SPANV_LIBRARY vs SPNAV_LIBRARY

This commit is contained in:
Stian Skjelstad
2019-01-24 20:23:40 +01:00
committed by wmayer
parent b66a6fa31a
commit 228102b6e6

View File

@@ -24,6 +24,6 @@ if(SPNAV_FOUND)
set(SPNAV_LIBRARIES ${SPNAV_LIBRARY})
endif()
mark_as_advanced(SPANV_LIBRARY SPNAV_INCLUDE_DIR)
mark_as_advanced(SPNAV_LIBRARY SPNAV_INCLUDE_DIR)
ENDIF(UNIX)