[CMake] Visual Studio generator running custom_command twice

2019-03-13 Thread Paul Smith
I have a situation where I've created a custom command to generate .cpp files to be compiled (in my case running bison/flex). I'm using CMake 3.13.4 However, I have to compile this code in two different ways for two different targets. I am seeing the Visual Studio generator re-running bison/flex

Re: [CMake] further configuration of generated projects outside of CMake?

2019-03-13 Thread hex
I see now the generators are part of CMake sources on gitlab... that answers my questions. thank you, Zan Lynx. On March 11, 2019 6:03:24 PM MDT, hex wrote: Another question, I didn't know there is a generator for sublime text 2: https://cmake.org/cmake/help/latest/generator/Sublime%20T

[CMake] cmake and high-dpi support on Mac

2019-03-13 Thread René J . V . Bertin
Hi, CMake had hardcoded default support for high-dpi screens in the applications it generated for Apple's desktop OS at some point, but that was removed very quickly in 286c75f7f034c5fdcd43bcb755da74d09c809642. It is my understanding that you don't actually need to set the high-dpi key explici