Skip to content

Commit

Permalink
[cmake] fix typo (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
librasungirl committed Oct 12, 2020
1 parent 7e6b7b0 commit 425696f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ execute_process(

if(OTBR_GIT_VERSION)
set(OTBR_VERSION "${PROJECT_VERSION}-${OTBR_GIT_VERSION}")
elseif(OTBR_GIT_VERSION)
else()
set(OTBR_VERSION "${PROJECT_VERSION}")
endif()

Expand Down

0 comments on commit 425696f

Please sign in to comment.