<div dir="ltr">Hi Robert,<div><br><div>I think it is more correct to use the same logic (testing against the compiler version <span style="background-color:rgb(248,238,199);color:rgb(36,41,46);font-family:sfmono-regular,consolas,"liberation mono",menlo,courier,monospace;font-size:12px;white-space:pre">CMAKE_CXX_COMPILER_VERSION </span> ) as in the mainstream FindBoost.cmake : <a href="https://github.com/Kitware/CMake/blob/master/Modules/FindBoost.cmake#L432-L453">https://github.com/Kitware/CMake/blob/master/Modules/FindBoost.cmake#L432-L453</a> <br></div></div><div><br></div><div>Cheers,</div><div>Mourad</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 15, 2017 at 2:08 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 12:58, Mourad Boufarguine<br>
<span class=""><<a href="mailto:mourad.boufarguine@gmail.com">mourad.boufarguine@gmail.com</a>> wrote:<br>
> CMAKE_VS_PLATFORM_TOOLSET is not set unless the user explicitely specifies a<br>
> toolset when invoking cmake :<br>
><br>
> cmake -G "Visual Studio XX" -T v1YY srcDir<br>
><br>
> If the user does not specify a toolset, the default toolset of the chosen<br>
> Visual Studio version will be used, but the CMAKE_VS_PLATFORM_TOOLSET<br>
> variable will not be set, and this is what is causing the problem here.<br>
<br>
</span>Thanks for the clarification.<br>
<br>
Looks like we'll need to rewrite this problem block for the case when<br>
CMAKE_VS_PLATFORM_TOOLSET is not set.<br>
<br>
Don't yet know what this might be though...<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>