RE: [CMake] Problem in ADD_CUSTOM_COMMAND

2008-02-10 Thread Malhotra, Anupam
Hi I tried ADD_CUSTOM_COMMAND(TARGET vpcl POST_BUILD COMMAND copy ARGS "\"${vpcl_path}\"" "\"${PROJECT_SOURCE_DIR}\"" VERBATIM) And also ADD_CUSTOM_COMMAND(TARGET vpcl POST_BUILD COMMAND copy ARGS "${vpcl_path}" "${PROJECT_SOURCE_DIR}" VERBATIM) But neither of the two is working. I am gett

Re: [CMake] Wee question about CMake developer etiquette

2008-02-10 Thread Brandon Van Every
On Feb 10, 2008 10:54 PM, KHMan <[EMAIL PROTECTED]> wrote: > > Brandon's postings certainly gave me the impression > that he was partly in charge in some manner. As I said previously, I do not speak for CMake. I understand why you had the impression: I speak forcefully, I currently value CMake ov

Re: [CMake] Wee question about CMake developer etiquette

2008-02-10 Thread KHMan
Sebastien BARRE wrote: > Hello Kein-Hong Man, > > At 2/9/2008 10:27 PM, KHMan wrote: > >> I have a small question to pose to you guys (ladies and gentlemen >> alike) on etiquette: Is it normal for a CMake developer to jump >> into another mailing list and generally act in an obnoxious manner >> a

Re: [CMake] Wee question about CMake developer etiquette

2008-02-10 Thread KHMan
Brandon Van Every wrote: > On Feb 10, 2008 3:05 AM, Sebastien BARRE <[EMAIL PROTECTED]> wrote: >> If, as I suspect, somebody is >> posing as a CMake developer and acting in an unprofessional manner, >> then you should point out the problem (and culprit) to us. > > It was me. Can't say I've ever t

Re: [CMake] Test for if a macro defined

2008-02-10 Thread Alexander Neundorf
On Saturday 09 February 2008, James Bigler wrote: > Is there an expression similar to the one for variables to determine if a > macro is defined? > > MACRO(TEST) >MESSAGE("TEST is defined") > ENDMACRO(TEST) > > IF(DEFINED TEST) >TEST() > ELSE(DEFINED TEST) >MESSAGE("TEST is not defined"

Re: [CMake] FindASPELL.cmake finds /usr/bin/aspel with Find_Library

2008-02-10 Thread Andreas Pakulat
On 10.02.08 11:38:49, Brad King wrote: > Bill Hoffman wrote: >> Steven Van Ingelgem wrote: >>> Personally I would expect it to find /usr/lib/libaspell.so.15, not a >>> directory... (on my system /usr/lib/aspell is a dir) >>> >> >> OK, read the email too quick. I think I know what is causing this.

Re: [CMake] Problems building strigi with CMake CVS

2008-02-10 Thread Andreas Pakulat
On 10.02.08 11:40:22, Brad King wrote: > Andreas Pakulat wrote: >> Hi, >> >> I can't build strigi with CMake CVS on one of my machines. It always >> fails with the following when linking anything against strigi's >> libstreams. On the same machine there's no problem when I use cmake >> 2.4.8 >> >>

Re: [CMake] Problems building strigi with CMake CVS

2008-02-10 Thread Brad King
Andreas Pakulat wrote: Hi, I can't build strigi with CMake CVS on one of my machines. It always fails with the following when linking anything against strigi's libstreams. On the same machine there's no problem when I use cmake 2.4.8 Linking CXX executable oletest cd /home/andreas/src/kde4/buil

Re: [CMake] FindASPELL.cmake finds /usr/bin/aspel with Find_Library

2008-02-10 Thread Brad King
Bill Hoffman wrote: Steven Van Ingelgem wrote: Personally I would expect it to find /usr/lib/libaspell.so.15, not a directory... (on my system /usr/lib/aspell is a dir) OK, read the email too quick. I think I know what is causing this. I will work on a fix... The find_library command was

Re: [CMake] Wee question about CMake developer etiquette

2008-02-10 Thread Brandon Van Every
I apologized on the Lua list. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Wee question about CMake developer etiquette

2008-02-10 Thread Brandon Van Every
On Feb 10, 2008 3:05 AM, Sebastien BARRE <[EMAIL PROTECTED]> wrote: > If, as I suspect, somebody is > posing as a CMake developer and acting in an unprofessional manner, > then you should point out the problem (and culprit) to us. It was me. Can't say I've ever ticked people off on a mailing list

Re: [CMake] Wee question about CMake developer etiquette

2008-02-10 Thread Sebastien BARRE
Hello Kein-Hong Man, At 2/9/2008 10:27 PM, KHMan wrote: I have a small question to pose to you guys (ladies and gentlemen alike) on etiquette: Is it normal for a CMake developer to jump into another mailing list and generally act in an obnoxious manner and act aggressively or provocatively? N