Skip to content

Commit 7ea7904

Browse files
authored
Merge branch 'qualabs:master' into master
2 parents 4b9977f + 6352ab7 commit 7ea7904

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/common/buildnumber.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ if(NOT DEFINED PLUGIN_BUILD_NUMBER)
2424
else()
2525
set(PLUGIN_BUILD_NUMBER "1")
2626
endif()
27+
else()
28+
# Local builds without an existing cache default to 1
29+
set(PLUGIN_BUILD_NUMBER "1")
2730
endif()
2831
endif()
2932
file(WRITE "${_BUILD_NUMBER_CACHE}" "${PLUGIN_BUILD_NUMBER}")

0 commit comments

Comments
 (0)