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