<div dir="ltr">Hello Folks,<div><br></div><div>It seems to me that PARAVIEW_VERSION_IS_RELEASE is always set to TRUE when using git describe output.</div><div>This is due to the following test relying on VERSION_EQUAL instead of STR_EQUAL:</div><div>CMake/ParaViewDetermineVersion.cmake:83<br></div><div>    if("${major}.${minor}.${patch}" VERSION_EQUAL "${full}")<br></div><div><br></div><div>It seems that CMake VERSION_EQUAL test has been designed to only compare the dot-separated digits ... which makes it always true for our "X.Y.Z-RCW" scheme.</div><div>Only a "X.Y.Z.W" scheme would make it work as expected.</div><div><br></div><div>Is there anything I missed?</div><div>If not, I'll do a merge request to replace the VERSION_EQUAL with STR_EQUAL.</div><div><br></div><div>Best,</div><div><br></div><div><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><font size="2"><a href="https://www.linkedin.com/in/bastienjacquet" target="_blank">Bastien Jacquet, PhD</a></font></div><div dir="ltr"><font size="2">Technical Leader - Computer Vision Team<br><a href="http://www.kitware.eu" target="_blank">Kitware SAS</a></font></div><div dir="ltr"><font size="2">26 rue Louis Guérin - 69100 Villeurbanne - France<br>F: +33 (0)4.37.45.04.15<br></font></div></div></div></div></div></div></div>
</div></div>