Hi,
 I am having issues after upgrading cmake to 3.10.2.
We have a custom platform that does require to set properties in vcxproj
like:
<PlatformSdkRoot>$(PLATFORM_SDK_ROOT)</ PlatformSdkRoot >

For regular projects we set this through user files, so it works for the
generated projects. (it worked with cmake 3.7.0)

Now in the new cmake version when I generate a project with VS 14 generator
selected it fails, because I have enabled the languages C/C++.
The problem is, that cmake does try to build a project to determine the
toolset (calling FindVCTargetsPath). This does generate a
project VCTargetsPath.vcxproj which is not compile-able for the custom
platform since the properties required for that platform are not defined
and there is no way how to set them.

Please what can I do here to disable the toolset check or get around it?

Thanks a lot,
Ales
-- 

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:
https://cmake.org/mailman/listinfo/cmake

Reply via email to