Re: [CMake] [EXTERNAL]: Errors with cmake for VS2105 (update 3) + clang + nmake

2016-11-21 Thread Parag Chandra
Hi Peter, Seems like CMake is continuing to pass cmd line args that are only suitable for the default msvc compiler, which clang is treating as invalid paths. You need to override more than just the C_COMPILER. Try the instructions here: http://stackoverflow.com/questions/38171878/how-do-i-tell

[CMake] Errors with cmake for VS2105 (update 3) + clang + nmake

2016-11-21 Thread Peter Jansen
I am trying to use cmake to generate a "Nmake Makefiles" project in a Windows 10 VS2015 (update 3) environment using the VS2015 clang compiler (which is the MS Clang/C2 compiler, version 3.8.0), but in doing so receive these errors : C:\Qsync\Source\Hello_World_C\build\clang_x64_nmake>cmake -G "NM

Re: [CMake] [EXTERNAL]: CMake and Code Signing in XCode 8 for iOS projects

2016-11-21 Thread Parag Chandra
Hi Frank, I got curious about this myself, and it looks like the checkbox alters the following in the .pbxproj: TargetAttributes = { 2BA1B86D1DE33AA300073B96 = { CreatedOnTools

Re: [CMake] List all "include_directories" for a given project or target

2016-11-21 Thread Michael Ellery
> On Nov 21, 2016, at 5:04 AM, Michael Jackson > wrote: > > Is there a command or variable or a code snippet from someone that > essentially has a list of all the "include_directories" that have been > used/created in a given project? Or can I get a list of all the > targets(created and impo

[CMake] List all "include_directories" for a given project or target

2016-11-21 Thread Michael Jackson
Is there a command or variable or a code snippet from someone that essentially has a list of all the "include_directories" that have been used/created in a given project? Or can I get a list of all the targets(created and imported) and then get the list of "include_directories" from those targe