Re: [CMake] Custom platform with MSVC

2018-04-11 Thread Brad King
On 04/11/2018 09:24 AM, Ales Borovicka wrote: > We have a custom platform that does require to set properties in vcxproj like: > $(PLATFORM_SDK_ROOT) > > For regular projects we set this through user files, so it works for the > generated projects. (it worked with cmake 3.7.0) We don't currently

[CMake] Custom platform with MSVC

2018-04-11 Thread Ales Borovicka
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: $(PLATFORM_SDK_ROOT) 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 cma