Re: [CMake] Calling Python Setuptools (setup.py) from CMake.

2009-02-21 Thread Alan W. Irwin
On 2009-02-21 16:12+1100 Nima Talebi wrote: Hi All, I've been using CMake for a little while now, but not with python. I have something like this in my CMakeLists.txt file... message(STATUS ${III} Loading FUNCWIRE_MINION...) if(ENABLE_FUNCWIRE_MINION)   message(STATUS   ${GGG} Python

Re: [CMake] How to search archives? CMake error code documentation?

2009-02-21 Thread Eric Noulard
2009/2/20 r...@transpireinc.com: A couple basic items, but I haven't been able to find the answers in the docs or wiki: 1.) I can browse the mail list archives, but is there a way to search them? Yes at least here: http://www.mail-archive.com/cmake@cmake.org/ there should be other too.

[CMake] CMake ML searchable archive added to the FAQ

2009-02-21 Thread Eric Noulard
Hi All, I have just added to the FAQ a question: Where can I find searchable CMake Mailing Archives? with current answer: * http://www.mail-archive.com/cmake@cmake.org/ * http://marc.info/?l=cmake I did update: http://www.cmake.org/Wiki/CMake#Primary_Resources_-_Look_here_first.21 too

[CMake] List in some cases ignores empty list items if they are at the beginning of the list

2009-02-21 Thread Svami Dhyan Nataraj
List in some cases ignores empty list items if they are at the begining of the list. Here is an example: cmake_policy(SET CMP0007 NEW) # do not ignore empty list item in list command SET(text 1;;23;4;) WHILE(${text}) list(GET text 0 str) list(REMOVE_AT text 0) MESSAGE(STATUS -${str}-).

Re: [CMake] CMake ML searchable archive added to the FAQ

2009-02-21 Thread Aaron Turner
On Sat, Feb 21, 2009 at 3:45 AM, Eric Noulard eric.noul...@gmail.com wrote: Hi All, I have just added to the FAQ a question: Where can I find searchable CMake Mailing Archives? with current answer: * http://www.mail-archive.com/cmake@cmake.org/ * http://marc.info/?l=cmake I did

Re: [CMake] CMake ML searchable archive added to the FAQ

2009-02-21 Thread Eric Noulard
2009/2/21 Aaron Turner synfina...@gmail.com: PS: feel free to update the answer in the FAQ if you know more searchable archives of the ML. I've always used the site keyword via google to search the archives: site:http://www.cmake.org/pipermail/cmake/ search terms I didn't know that, thank

[CMake] LIST does not respect slash-qoted seminolons

2009-02-21 Thread Svami Dhyan Nataraj
LIST does not respect slash-qoted seminolons: When I read the file via FILE(STRINGS, all semicolons that were in file are quoted(or masked do not know right word) by backslash... but LIST operator does not respect it. for example: cmake_policy(SET CMP0007 NEW) # do not ignore empty list item in

[CMake] Location of .idb, .pdb, and .ilk

2009-02-21 Thread Hai Nguyen
Hi, Is there a way I can control where these files end up? Or maybe, is there away I can control where the resulting .dll/.so file ends up apart from these files? Thanks, Hai ___ Powered by www.kitware.com Visit other Kitware open-source projects at

[CMake] Setting MemoryCheckCommand in extended Ctest scripts

2009-02-21 Thread Bartlett, Roscoe A
Hello, I am trying to get memory checking to work in an extended Ctest script that calls ctest_memcheck(...). However, when I do I get the error message: SetCTestConfiguration:BuildDirectory:/home/rabartl/PROJECTS/dashboards/Trilinos.base/SERIAL_DEBUG/BUILD