Commit 8c24637 1 parent e5d1457 commit 8c24637 Copy full SHA for 8c24637
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ find_package(Qt6 COMPONENTS Core Concurrent Network REQUIRED)
137
137
# POCO config
138
138
find_package (Poco REQUIRED COMPONENTS Foundation Zip)
139
139
140
- function (determine_version OUTPUT_VARIABLE SEMANTIC_VERSION BUILD_NUMBER )
140
+ function (determine_version OUTPUT_VARIABLE )
141
141
# use upstream repo as the authoritative reference when checking for release status
142
142
# set -DMULTIPASS_UPSTREAM="" to use the local repository
143
143
if (MULTIPASS_UPSTREAM)
@@ -232,7 +232,7 @@ function(determine_version_components VERSION_STRING SEMANTIC_VERSION BUILD_NUMB
232
232
set (${BUILD_NUMBER} ${MULTIPASS_BUILD_NUMBER} PARENT_SCOPE)
233
233
endfunction ()
234
234
235
- determine_version(MULTIPASS_VERSION MULTIPASS_SEMANTIC_VERSION MULTIPASS_BUILD_NUMBER )
235
+ determine_version(MULTIPASS_VERSION)
236
236
set (MULTIPASS_VERSION ${MULTIPASS_VERSION} )
237
237
message (STATUS "Setting version to: ${MULTIPASS_VERSION} " )
238
238
You can’t perform that action at this time.
0 commit comments