Re: [CMake] No Member Found when use cmake construct protocol-buffers

2015-04-19 Thread Yu Jing
It is really sorry and I sent a html mail and it shows too ugly... I have converted it to plain text and wish someone may give some suggestion. -- Original -- From: "Yu Jing"; Date: Sun, Apr 19, 2015 06:53 PM To: "cmake"; Subject: No M

[CMake] No Member Found when use cmake construct protocol-buffers

2015-04-19 Thread Yu Jing
I wish to use proto and managed by cmake. While some error found and it seems A sample project can be shown here(https://github.com/yuikns/cmake-proto) The files are as follow . ├── app1 │ ├── app1.cpp │ └── app1.proto ├── CMakeLists.txt ├── common │ ├── bar │ │ ├── bar.proto │ │

Re: [CMake] how to force assign sequence in multi-thread in cmake

2014-09-16 Thread Yu Jing
Micha Hergarden’s patience … By the way , set_property(TARGET leveldb_proj PROPERTY EXCLUDE_FROM_ALL TRUE) I removed this property and it seems still works. On Sep 16, 2014, at 19:58, Yu Jing wrote: > I am trying … That’s a very clear organization > > > On

Re: [CMake] how to force assign sequence in multi-thread in cmake

2014-09-16 Thread Yu Jing
the aux_source_directory command. I have tested > your setup on a linux machine with -j8 and it still builds. Did you take a > look at the openchemistry setup? > > Regards, > Micha > > On 09/16/2014 01:42 PM, Yu Jing wrote: >> Hello Micha, >> It seems still not

Re: [CMake] how to force assign sequence in multi-thread in cmake

2014-09-16 Thread Yu Jing
(well, not really generated, but installed) header file crfpp.h. CMake has >> no clue as to what files are being compiled/installed by your external >> project, so you have to make this explicit. >> >> HTH, >> Marcel Loose. >> >> >> On 16/09/14 10:4

Re: [CMake] how to force assign sequence in multi-thread in cmake

2014-09-16 Thread Yu Jing
s in the order you supply them. > Does reversing the directories help? > > Regards, > Micha > > On 09/16/2014 09:17 AM, Yu Jing wrote: >> I am in OSX 10.9.4 , a sample in github is : >> https://github.com/yujing5b5d/cmake_sample >>

Re: [CMake] how to force assign sequence in multi-thread in cmake

2014-09-16 Thread Yu Jing
7;t comment with >> certainty, but from what I understand, the correct way of using >> ExternalProject is to add your own project as an ExternalProject as well. >> Basically, the toplevel CMakeList becomes a superbuild which *only* does >> ExternalProject_Add() calls and does not

[CMake] how to force assign sequence in multi-thread in cmake

2014-09-15 Thread Yu Jing
I had asked in http://stackoverflow.com/questions/25841602 , someone told me maybe here is a better place to ask. I am writing a project base on crfpp , a external project. I use cmake to integerate this project as follow . firstly , I add a extenal project like this: EXTERNALPROJECT_ADD(