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
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
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
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
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
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
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
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