We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8ebf7 commit 4273d86Copy full SHA for 4273d86
1 file changed
CMakeLists.txt
@@ -140,6 +140,9 @@ GET_VERSION(OUT_VERSION RabbitRemoteControl_VERSION
140
IF(NOT RabbitRemoteControl_VERSION)
141
SET(RabbitRemoteControl_VERSION "0.0.36")
142
ENDIF()
143
+if(NOT(RabbitRemoteControl_VERSION MATCHES "[0-9]+\\.[0-9]+\\.[0-9]+[+\\-^_~0-9A-Za-z]*"))
144
+ SET(RabbitRemoteControl_VERSION "0.0.36")
145
+endif()
146
IF(NOT RabbitRemoteControlTag)
147
SET(RabbitRemoteControlTag "0.0.36")
148
0 commit comments