[CMake] Question about linking

2009-06-05 Thread Kaveh Kohan
Hi, I am relatively newbie to CMake community. I have a question and I would be thankful if anybody answers. I do apologize in advance if my question is too naive. I have a project created by Cmake. It produces an executable which is linked to many shared and static libraries. I am wondering wh

Re: [CMake] About Gmm++

2009-02-22 Thread Kaveh Kohan
: Christopher Harvey To: Kaveh Kohan Cc: cmake@cmake.org Sent: Tuesday, February 17, 2009 8:38:28 PM Subject: Re: [CMake] About Gmm++ I wasn't able to get a copy, but it's in kde svn /kde-svn/src/trunk/koffice/*cmake*/modules/ Kaveh Kohan wrote: > Dear CMake users, > > I am trying

[CMake] About Gmm++

2009-02-17 Thread Kaveh Kohan
Dear CMake users, I am trying to use gmm++ in my code. I read somewhere on web that FindGMM.cmake is available. I don't know from where I can download it. I would be thankful if you share it with me or in case it is online, let me know where/how I can get it. Regards, Kaveh ps: Sorry if this is

Re: [CMake] PLEASE HELP: about openmp and cmake !!!!

2009-01-23 Thread Kaveh Kohan
Many thanks and sorry for my naive question. From: Michael Jackson To: Kaveh Kohan Cc: cmake@cmake.org Sent: Thursday, January 22, 2009 8:59:27 PM Subject: Re: [CMake] PLEASE HELP: about openmp and cmake You need to also set the CMAKE_CXX_FLAGS and

[CMake] PLEASE HELP: about openmp and cmake !!!!

2009-01-22 Thread Kaveh Kohan
Hi everybody, I have a problem with CMAKE and I would be very appreciated if anybody can help. Basically, I am trying to compile very simple piece of multi-threaded code with CMAKE. I downloaded the code from: https://computing.llnl.gov/tutorials/openMP/exercise.html and specifically this: fro