Skip to content
Snippets Groups Projects
Commit f0b256b1 authored by Oz Linden's avatar Oz Linden
Browse files

correct merge error in BuildVersion.cmake

parent f77af9df
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ if (NOT DEFINED VIEWER_SHORT_VERSION) # will be true in indra/, false in indra/n
set(VIEWER_VERSION_REVISION $ENV{revision})
message(STATUS "Revision (from environment): ${VIEWER_VERSION_REVISION}")
elif (DEFINED ENV{AUTOBUILD_BUILD_ID})
elseif (DEFINED ENV{AUTOBUILD_BUILD_ID})
set(VIEWER_VERSION_REVISION $ENV{AUTOBUILD_BUILD_ID})
message(STATUS "Revision (from autobuild environment): ${VIEWER_VERSION_REVISION}")
......
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