[Cmake-commits] CMake branch, master, updated. v3.9.0-rc5-246-gfc58819

2017-07-09 Thread Kitware Robot
_VERSION_MINOR 9) -set(CMake_VERSION_PATCH 20170709) +set(CMake_VERSION_PATCH 20170710) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [CMake] Tell cmake use /usr/include/db.h, not /usr/local/include/db.h

2017-07-09 Thread Larry Hynes
Michael Ellery wrote: >> On Jul 9, 2017, at 4:16 AM, Larry Hynes wrote: >> >> Hi >> >> I'm building nvi2[0], on (Mac OS X Yosemite (10.10.5)), which uses >> cmake. >> >> nvi2 depends on a reasonably sane BSD environment, which would >> include

Re: [CMake] Tell cmake use /usr/include/db.h, not /usr/local/include/db.h

2017-07-09 Thread Michael Ellery
> On Jul 9, 2017, at 4:16 AM, Larry Hynes wrote: > > Hi > > I'm building nvi2[0], on (Mac OS X Yosemite (10.10.5)), which uses > cmake. > > nvi2 depends on a reasonably sane BSD environment, which would > include Berkeley DB V1 which is found at /usr/include/db.h. > > I

[CMake] Tell cmake use /usr/include/db.h, not /usr/local/include/db.h

2017-07-09 Thread Larry Hynes
Hi I'm building nvi2[0], on (Mac OS X Yosemite (10.10.5)), which uses cmake. nvi2 depends on a reasonably sane BSD environment, which would include Berkeley DB V1 which is found at /usr/include/db.h. I also have installed BDB V4, which lives at /usr/local/include/db.h, for use by other

Re: [CMake] Help on first cmake project

2017-07-09 Thread Florian Lindner
Am 07.07.2017 um 16:47 schrieb J Decker: > > > On Thu, Jul 6, 2017 at 11:45 PM, Florian Lindner > wrote: > > Hello, > > coming from scons I want to take a look into cmake... > > My CMakeList.txt looks like: > > >