<div dir="ltr"><font face="arial, helvetica, sans-serif">You're right we need both :</font><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif"><span style="color:rgb(51,51,51);font-size:12px;white-space:pre">COLLADA_BOOST_BUILDNAME : to follow boost naming convention with 3 digits for MSVC toolset version</span><br></font></div><div><span style="color:rgb(80,0,80);font-size:12.8px"><font face="arial, helvetica, sans-serif">COLLADA_BUILDNAME : to follow collada naming convention with 1/2 digits for MSVC toolset version</font></span><span style="color:rgb(51,51,51);font-family:sfmono-regular,consolas,"liberation mono",menlo,courier,monospace;font-size:12px;white-space:pre"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 15, 2017 at 3:32 PM, Robert Osfield <span dir="ltr"><<a href="mailto:robert.osfield@gmail.com" target="_blank">robert.osfield@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mourad,<br>
<br>
On 15 May 2017 at 14:16, Mourad Boufarguine<br>
<span class=""><<a href="mailto:mourad.boufarguine@gmail.com">mourad.boufarguine@gmail.com</a>> wrote:<br>
> You are missing the ending 0s.<br>
<br>
</span>I was just following Torben's usage, if we add back the 0's then the<br>
search names would change.  I presume this is why Torben introduced<br>
using two variables COLLADA_BUILDNAME & COLLADA_BOOST_BUILDNAME.<br>
<span class=""><br>
> By the way the MSVCXX vars are discouraged (there is no var defined starting<br>
> from Visual 2017), MSVC_VERSION is the recommended way now :<br>
> <a href="https://cmake.org/cmake/help/v3.8/variable/MSVC14.html?highlight=msvc14" rel="noreferrer" target="_blank">https://cmake.org/cmake/help/<wbr>v3.8/variable/MSVC14.html?<wbr>highlight=msvc14</a><br>
><br>
> IF(APPLE)<br>
>     SET(COLLADA_BUILDNAME "mac")<br>
> ELSEIF(MINGW)<br>
>     SET(COLLADA_BUILDNAME "mingw")<br>
> ELSEIF(MSVC_VERSION EQUAL 1900 OR MSVC_VERSION EQUAL 1910 )<br>
>     SET(COLLADA_BUILDNAME "vc140")<br>
> ELSEIF(MSVC_VERSION EQUAL 1800)<br>
>     SET(COLLADA_BUILDNAME "vc120")<br>
> ELSEIF(MSVC_VERSION EQUAL 1700)<br>
>     SET(COLLADA_BUILDNAME "vc110")<br>
> ELSEIF(MSVC_VERSION EQUAL 1600)<br>
>     SET(COLLADA_BUILDNAME "vc100")<br>
> ELSEIF(MSVC_VERSION EQUAL 1500)<br>
>     SET(COLLADA_BUILDNAME "vc90")<br>
> ELSEIF(MSVC_VERSION EQUAL 1400)<br>
>     SET(COLLADA_BUILDNAME "vc80")<br>
> ELSE()<br>
>   SET(COLLADA_BUILDNAME "linux")<br>
> ENDIF()<br>
<br>
</span>Have you tested the above suggestion on your system?  I'm curious how<br>
things are working w.r.t Windows with COLLADA being installed.<br>
<br>
Hopefully Torben will join this thread as it's his changes that were<br>
meant to resolve building under Windows.<br>
<div class="HOEnZb"><div class="h5"><br>
Robert.<br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
</div></div></blockquote></div><br></div>