[CMake] Generated Files Dependencies

2013-05-27 Thread Mike Krus
Hi I've started to use Protocol Buffers in my project. .proto files gets "compiled" into c++ .cc and .h files using the PROTOBUF_GENERATE_CPP that comes with CMake (2.8.10, Ninja generator). It all works fine except that the generated .cc and .h files become dependencies of all the other file

Re: [CMake] Cross compiling with Wind River (Diab) compiler

2013-05-27 Thread Alexander Neundorf
On Monday 27 May 2013, BILODEAU Andre wrote: > Hello > > I am presently installing makefiles for cross-compiling by using cmake > 2.8.10.2 and I have to deal with the following issues: > > 1- The toolchain, Wind River C compiler (formerly Diab) is not > mentioned into modules such as "CMakeD

Re: [CMake] Bug in cmake 2.8.11 when detecting sgemm function from MKL 11.0

2013-05-27 Thread Stephen Kelly
Brad King wrote: > On 05/24/2013 04:24 PM, Brad King wrote: >> It does not individually re-quote the library names so when the >> generated CMakeLists.txt file is parsed it separates on spaces. > > Fixed: > > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e65ef08b > Great, thanks! -- Po

Re: [CMake] CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".

2013-05-27 Thread Carlos Giménez
Dear Rolf Eike Beer, thanks for the help. Exactly! That was my error... Now is working. Best regards! Am 27.05.2013 11:50, schrieb Carlos Giménez: >* Dear all, I'm trying to install one program in my system (Debian 7.0*>* >Wheezy), but I have this problem with cmake.*>* *>* *>* *FC=gfotran CC=gc

Re: [CMake] Wiki: version compatibility matrix

2013-05-27 Thread Johannes Zarl
Hi, Am 23.05.2013, 19:38:26 schrieb Alexander Neundorf: > the matrix is getting a bit out of date, the last update is for 2.8.8. > Can you try to create an updated version ? No problem, I'll do it somewhere in the next few weeks. Johannes -- Powered by www.kitware.com Visit other Kitware ope

Re: [CMake] CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".

2013-05-27 Thread Rolf Eike Beer
Am 27.05.2013 11:50, schrieb Carlos Giménez: Dear all, I'm trying to install one program in my system (Debian 7.0 Wheezy), but I have this problem with cmake. *FC=gfotran CC=gcc CXX=g++ cmake -DENABLE_MPI=OFF -DENABLE_SGI_MPT=OFF -DENABLE_BLAS=ON -DENABLE_LAPACK=ON -DENABLE_TESTS=OFF -DENABLE_6

[CMake] CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".

2013-05-27 Thread Carlos Giménez
Dear all, I'm trying to install one program in my system (Debian 7.0 Wheezy), but I have this problem with cmake. *FC=gfotran CC=gcc CXX=g++ cmake -DENABLE_MPI=OFF -DENABLE_SGI_MPT=OFF -DENABLE_BLAS=ON -DENABLE_LAPACK=ON -DENABLE_TESTS=OFF -DENABLE_64BIT_INTEGERS=OFF -DCMAKE_BUILD_TYPE=Release /h

[CMake] Cross compiling with Wind River (Diab) compiler

2013-05-27 Thread BILODEAU Andre
Hello I am presently installing makefiles for cross-compiling by using cmake 2.8.10.2 and I have to deal with the following issues: 1- The toolchain, Wind River C compiler (formerly Diab) is not mentioned into modules such as "CMakeDetermineCompilerId.cmake), and the compiler is not ident