Re: [CMake] Issues setting CMAKE_VS_PLATFORM_TOOLSET

2014-09-30 Thread J Decker
On Tue, Sep 30, 2014 at 12:15 AM, Nils Gladitz wrote: > On 09/30/2014 09:02 AM, J Decker wrote: > >> I was recently trying to package some apps I was building, but ran into >> an issue that they weren't compatible on XP. ... I was setting >> CMAKE_VS_PLATFORM_TOOLSET on the base SDK but that was

Re: [CMake] Issues setting CMAKE_VS_PLATFORM_TOOLSET

2014-09-30 Thread Nils Gladitz
On 09/30/2014 09:02 AM, J Decker wrote: I was recently trying to package some apps I was building, but ran into an issue that they weren't compatible on XP. ... I was setting CMAKE_VS_PLATFORM_TOOLSET on the base SDK but that wasn't being relayed to subsequent projects... so I fixed that, and th

[CMake] Issues setting CMAKE_VS_PLATFORM_TOOLSET

2014-09-30 Thread J Decker
I was recently trying to package some apps I was building, but ran into an issue that they weren't compatible on XP. ... I was setting CMAKE_VS_PLATFORM_TOOLSET on the base SDK but that wasn't being relayed to subsequent projects... so I fixed that, and the toolset still isn't being set. This is