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 8ae7add commit db91754Copy full SHA for db91754
1 file changed
App/CMakeLists.txt
@@ -42,6 +42,9 @@ GET_VERSION(OUT_VERSION SerialPortAssistant_VERSION
42
IF(NOT SerialPortAssistant_VERSION)
43
SET(SerialPortAssistant_VERSION "0.5.33")
44
ENDIF()
45
+if(NOT(SerialPortAssistant_VERSION MATCHES "[0-9]+\\.[0-9]+\\.[0-9]+[+\\-^_~0-9A-Za-z]*"))
46
+ SET(SerialPortAssistant_VERSION "0.5.33")
47
+endif()
48
IF(NOT SerialPortAssistantTAG)
49
SET(SerialPortAssistantTAG "0.5.33")
50
0 commit comments