Re: [CMake] Issue with LIST command

2011-04-27 Thread Jean-Christophe Fillion-Robin
hat causes the problem J > > > > Regards > > Bala > > > > *From:* Jean-Christophe Fillion-Robin [mailto:jchris.filli...@kitware.com] > > *Sent:* 26 April 2011 15:23 > *To:* AMARNATH, Balachandar > *Cc:* cmake@cmake.org > *Subject:* Re: [CMake] Issue

Re: [CMake] Issue with LIST command

2011-04-26 Thread Jean-Christophe Fillion-Robin
Hi Bala, Could you provide more details regarding the error you obtained ? Within your CMakeLists.txt, may be you could add the following 'message' statements: message(WITH_MUMPS:${WITH_MUMPS}) message(c_source_files:${c_source_files}) message(mumps_srcs:${mumps_srcs}) Hth Jc On Tue, Apr 26,

[CMake] Issue with LIST command

2011-04-26 Thread AMARNATH, Balachandar
Hi I have a following piece of cmake commands in my CMakeLists.txt file which is not working with windows but working fine in debian. IF (NOT WITH_MUMPS) LIST(REMOVE_ITEM c_source_files ${mumps_srcs}) ENDIF(NOT WITH_MUMPS) Any clue in this ? Regards Bala The information in this e-mail i