[CMake] XCode target membership

2019-03-14 Thread Roman Wüger
Hello, since Xcode 10 I noticed that I must check the Checkbox (Target membership on the right pane) for my target when I want that the assets are recognized for the specified target. Is there a way to automatically set this option via CMake? The problem is that when I forget to set this check

[CMake] Basic question how to find -lm include and lib dir with find_package or otherwise

2019-03-14 Thread workbe...@gmx.at
Hi everyone, i'm searching for a way to find the right include dir so that -lm can be found, the is not find_package for this, is /usr/lib and /usr/include a default because he find it without me adding any include or lib path for the build. best regards! pEpkey.asc Description: application/p

[CMake] not sure if I am verifying download correctly: something kooky

2019-03-14 Thread Gavin M2301
Hi- gpg2 --verify cmake-3.14.0-SHA-256.txt.asc cmake-3.14.0-SHA-256.txt gpg: Signature made Thu, Mar 14, 2019 10:26:24 AM EDT gpg:using RSA key C6C265324BBEBDC350B513D02D2CEF1034921684 gpg: Can't check signature: No public key sha256sum cmake-3.14.0-win64-x64.msi 4cbc62929f313d989

Re: [CMake] [ANNOUNCE] CMake 3.14.0 available for download

2019-03-14 Thread Kyle Edwards via CMake
On Thu, 2019-03-14 at 14:37 -0400, Sean McBride wrote: > On Thu, 14 Mar 2019 11:58:16 -0400, Robert Maynard via CMake said: > > > > > I am happy to announce that CMake 3.14.0 is now available for > > download at: > >  https://cmake.org/download/ > Pi version on Pi Day.  Nicely done!  :)  Couldn't

Re: [CMake] [ANNOUNCE] CMake 3.14.0 available for download

2019-03-14 Thread Sean McBride
On Thu, 14 Mar 2019 11:58:16 -0400, Robert Maynard via CMake said: >I am happy to announce that CMake 3.14.0 is now available for download at: > https://cmake.org/download/ Pi version on Pi Day. Nicely done! :) Couldn't you have waited until 3:14 to release it? :) Sean -- Powered by ww

Re: [CMake] Visual Studio generator running custom_command twice

2019-03-14 Thread frodak17
On Thu, Mar 14, 2019 at 12:53 PM frodak17 wrote: > > > On Thu, Mar 14, 2019 at 1:13 AM Paul Smith wrote: > >> 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 >> >> set(MyParserOutput >

Re: [CMake] Visual Studio generator running custom_command twice

2019-03-14 Thread frodak17
On Thu, Mar 14, 2019 at 1:13 AM Paul Smith wrote: > 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 > > set(MyParserOutput > ${OUT_DIR}/MyParser.tab.cpp > ${OUT_DIR}/MyParser.t

[CMake] [ANNOUNCE] CMake 3.14.0 available for download

2019-03-14 Thread Robert Maynard via CMake
I am happy to announce that CMake 3.14.0 is now available for download at: https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.14 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.14/release/3.14.html Some of the mor