Re: [cmake-developers] Embracing Modern CMake Video and Slides

2017-11-07 Thread Wesley Smith
Thanks for sharing! On Sun, Nov 5, 2017 at 10:09 AM, Stephen Kelly wrote: > Hi, > > I know I'm not active here at the moment, but I thought this post might be > interesting for some here: > > https://steveire.wordpress.com/2017/11/05/embracing-modern-cmake/ > > Thanks, > >

Re: [cmake-developers] Make it easier for beginners

2017-10-25 Thread Wesley Smith
I agree that if you do a search for how to setup a project with cmake, it's hard to know what's best practice. As cmake has evolved, the best practice has changed and many old style techniques still return toward the top of search results. For me, the best resources have been:

Re: [cmake-developers] C++ IDE

2017-08-09 Thread Wesley Smith
I have been really impressed with VSCode . On Sun, Aug 6, 2017 at 1:52 PM, Ivam Pretti wrote: > Can you recomend an IDE to code in C/C++? > > -- > > Powered by www.kitware.com > > Please keep messages on-topic and check the CMake FAQ at: >

Re: [cmake-developers] VS Project Settings User Defines

2017-03-23 Thread Wesley Smith
10:41 AM, Wesley Smith wrote: > > Specifically, I'm trying to add these tags: > > > > ..\..\add-in.ruleset > > true > > > > per-config tags are added via Flag arguments, > > What are the corresponding command-line flags that these add? > If they appear

[cmake-developers] VS Project Settings User Defines

2017-03-23 Thread Wesley Smith
Hi, I'm trying to figure out if it's possible to add user defined XML entries to the project config section of a visual studio file. From what I can see it's not, but maybe someone here know of a code path I haven't come across. Specifically, I'm trying to add these tags: ..\..\add-in.ruleset

Re: [cmake-developers] Debugging issues with enable_language(CSHARP)

2017-03-22 Thread Wesley Smith
So the answer is enable_language(CSHARP) should be enable_language(CSharp). -- 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

Re: [cmake-developers] Debugging issues with enable_language(CSHARP)

2017-03-22 Thread Wesley Smith
/blob/master/Modules/ > CMakeDetermineCSharpCompiler.cmake > ? > > Send steps to reproduce the problem you're seeing... Maybe somebody > else here has encountered the same thing and worked through it > already. > > > HTH, > David C. > > > > On Wed, Mar 22,