Skip to content

Commit dbdd1fb

Browse files
author
Daniele Giunchi
committed
use correctly the variable revision_tag
1 parent f710dfc commit dbdd1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeExternals/External_PythonQt.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
ExternalProject_Add(${proj}
106106
GIT_REPOSITORY "${git_protocol}://github.com/b3c/PythonQt.git"
107-
GIT_TAG revision_tag
107+
GIT_TAG ${revision_tag}
108108
CMAKE_GENERATOR ${gen}
109109
UPDATE_COMMAND ""
110110
BUILD_COMMAND ""

0 commit comments

Comments
 (0)