Re: [CMake] What is the default build type?

2017-07-31 Thread Michael Ellery
> On Jul 31, 2017, at 8:48 PM, Florian Lindner wrote: > > Hello > > ccmake shows CMAKE_BUILD_TYPE as unset. From the compile commands it looks > like also nothing like Debug nor Release. > > Why is there no well-defined default set? How can I set a default? > > Thanks,

[Cmake-commits] CMake branch, master, updated. v3.9.0-362-g748c192

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

[CMake] What is the default build type?

2017-07-31 Thread Florian Lindner
Hello ccmake shows CMAKE_BUILD_TYPE as unset. From the compile commands it looks like also nothing like Debug nor Release. Why is there no well-defined default set? How can I set a default? Thanks, Florian -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ

Re: [CMake] The C compiler "/usr/bin/cc" is not able to compile a simple test program.

2017-07-31 Thread jupiter
Thanks Micha and Nils. Cheers. On Sun, Jul 30, 2017 at 6:54 PM, Micha Hergarden wrote: > On 30-07-17 04:36, jupiter wrote: > > I thought if I add -DCMAKE_CC_COMPILER=gcc that error should go, no, it > still compile with the specific default cc: > > /usr/bin/cc

Re: [CMake] CMake CUDA 3.8+/9 support as a first class language with out Visual Studio Support... err what?

2017-07-31 Thread Brian J. Davis
My responses are inline. As are mine. On Sat, Jul 29, 2017 at 7:00 PM, Brian J. Davis http://public.kitware.com/mailman/listinfo/cmake>> wrote: >/@Robert />//>/I created a fresh simple cmake project in 3.9. This appeared to find CUDA />/8.0 successfully so it may have something do with my

Re: [CMake] CMake CUDA 3.8+/9 support as a first class language with out Visual Studio Support... err what?

2017-07-31 Thread Robert Maynard
My responses are inline. On Sat, Jul 29, 2017 at 7:00 PM, Brian J. Davis wrote: > @Robert > > I created a fresh simple cmake project in 3.9. This appeared to find CUDA > 8.0 successfully so it may have something do with my other project settings > that I am trying to get to

Re: [CMake] CMake CUDA 3.8+/9 support as a first class language with out Visual Studio Support... err what?

2017-07-31 Thread Brian J. Davis
Could this be a Win 10 Pro/Enterprise CMake combo issue. I brought over demo project to OS refreshed M4700. Was Win7 Pro now Windows 10 Enterprise. Dell M4700 combo is: Device 0: "Quadro K1000M" CUDA Driver Version / Runtime Version 8.0 / 7.5 CMake 3.2 or 3.9 will build but

Re: [CMake] "Modern" approach to optional/multiple configurations?

2017-07-31 Thread paul via CMake
On Mon, 2017-07-24 at 10:46 +0100, Nicholas Devenish wrote: > Seen in the boost discussions on the CMake announcements: >   > > > The rest can be implemented straightforwardly as cache options so that > > > you can run cmake with options like > > > > > >   -Dvalgrind=OFF -Dtransactional-memory=ON