Skip to content
Snippets Groups Projects
Commit 4f527451 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: fix variable name _install_rv

parent fe88174c
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ else()
"${OTB_SOURCE_DIR}/log/install_error_log.txt" "${_install_error}")
endif()
if ( NOT install_rv EQUAL 0 )
if ( NOT _install_rv EQUAL 0 )
message( SEND_ERROR "Install has failed.")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment