On Tue, Sep 30, 2014 at 12:15 AM, Nils Gladitz <nilsglad...@gmail.com>
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 wasn't being relayed
>> to subsequent projects... so I fixed that, and the toolset still isn't
>> being set.
>>
>
> To set the platform toolset try -T <toolset> from the cmake command line.
>
> From what I can tell CMAKE_VS_PLATFORM_TOOLSET isn't meant to be set by
> the user but should reflect what you set with -T.
>
> okay... -T works; that complicates the chained-build though....
would be nice if I can just pick up and use the variable that was used for
core projects. *shrug*


> Nils
>
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to