[CMake] A trouble in using cmake for xcode

2016-11-30 Thread wy39666...@163.com
hi dear: I have a trouble in using cmake.I try to find a way to resolve that for a long time, but finally get no results. I attempt to create an ios application imessage extension by cmake but i can't find a suitable command. So i contact you for some suggestion. Look forward for your favourable

Re: [CMake] FindMPI

2016-11-30 Thread Zaak Beekman
OK, upon more careful reading of the documentation for FindMPI, and realizing that I am using CMake 3.6 not 3.7 I have adjusted my approach to be consistent with the documentation and your suggestions. I don't know if the documentation actually needs expanding upon... I think I just failed to full

Re: [CMake] Using a header only library that links uses Objective-C headers

2016-11-30 Thread Henry Borchers
> > You don't compile a header only library That's what I thought but this is my first time dealing with header only libraries. Thanks for clearing up that confusion. What you need is compiling the sources using it as Objective C. > Which is a matter of adding target_compile_options( PRIVATE >

[CMake] [ANNOUNCE] CMake 3.7.1 available for download

2016-11-30 Thread Robert Maynard
We are pleased to announce that CMake 3.7.1 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! - Changes in 3.7.1 since 3.7.0: Ben Boe

[CMake] [SUGGESTION] Add %ONLY alternative for configure_file command

2016-11-30 Thread Konstantin Podsvirov
Relative issue: https://gitlab.kitware.com/cmake/cmake/issues/16471 Uncomfortable now create templates for file which themselves use `@` (the dog) to separate the variables. For example, this occurs in QtIFW scripts for components and installer (for example, see [QtSDK](http://code.qt.io/cgit/qtsdk

Re: [CMake] Using a header only library that links uses Objective-C headers

2016-11-30 Thread Florent Castelli
You don't compile a header only library (unless you're talking about precompiled headers, which I think you don't). What you need is compiling the sources using it as Objective C. Which is a matter of adding target_compile_options( PRIVATE "-ObjC") on the target with the sources if I remember c

[CMake] Using a header only library that links uses Objective-C headers

2016-11-30 Thread Henry Borchers
First time poster so I hope I get the etiquette right. I'm a novice CMake user and I've never come across the type of issue before. I'm trying to figure out how to use this cross platform header only dialog library in my project. https://github.com/guillaumechereau/noc When using this on OSX, it