[Cmake-commits] CMake branch, master, updated. v3.11.1-704-gc97189f

2018-05-05 Thread Kitware Robot
VERSION_MINOR 11) -set(CMake_VERSION_PATCH 20180505) +set(CMake_VERSION_PATCH 20180506) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [CMake] include restbed in my project

2018-05-05 Thread J Decker
for such things I often include the sources in my tree and just 'add_subdirectory( "extra/restbed" )' it's cleaner to do a external project rule... which can download/checkout sources and then build those and the output is findable by other projects just by referencing the targets.

[CMake] include restbed in my project

2018-05-05 Thread Christofer Jennings
Hi All, How do you use a 3rd party dependency like restbed in a cmake build? Total nube here. First dive into CMake and haven't done C++ for a long long time. So forgive my ignorance :) This could just as easily be an "I forgot C++" as an "I don't know CMake"... I'm trying to use restbed. I've

Re: [CMake] PreprocessToFile

2018-05-05 Thread J Decker
On Sat, May 5, 2018 at 9:57 AM, KK wrote: > Oh, maybe you misunderstood me. I know, that CMake does no preprocessing. > This is done by the preprocessor. > Right; that's not what I was saying; it doesn't generte projects with preprocesssing enabled, so the options ARE

Re: [CMake] PreprocessToFile

2018-05-05 Thread KK
Oh, maybe you misunderstood me. I know, that CMake does no preprocessing. This is done by the preprocessor. But, what I want, is that the generated solution/VS-project with CMake gives me the result like in the part I've pasted below. This should be part of the generated files. And my

Re: [CMake] PreprocessToFile

2018-05-05 Thread J Decker
On Sat, May 5, 2018 at 7:02 AM, Kristian wrote: > Hi, > > I have a Visual Studio 2015 Solution with some C++ projects in it. I > try to generate the same solution and the projects with CMake. Now, > there is a part, where I do not know how to solve this. > > In a

[CMake] PreprocessToFile

2018-05-05 Thread Kristian
Hi, I have a Visual Studio 2015 Solution with some C++ projects in it. I try to generate the same solution and the projects with CMake. Now, there is a part, where I do not know how to solve this. In a vcxproj file, there is something like this written: = false false