[CMake] Issue with LIST command

Jean-Christophe Fillion-Robin jchris.fillionr at kitware.com
Wed Apr 27 11:59:44 EDT 2011


Excellent

Also added to the list in CC.

Thanks
Jc

On Wed, Apr 27, 2011 at 1:08 AM, AMARNATH, Balachandar <
BALACHANDAR.AMARNATH at airbus.com> wrote:

> Hi,
>
>
>
> Its working now, the error is from my side as there was an error in the
> contents of one of the variable that causes the problem J
>
>
>
> Regards
>
> Bala
>
>
>
> *From:* Jean-Christophe Fillion-Robin [mailto:jchris.fillionr at kitware.com]
>
> *Sent:* 26 April 2011 15:23
> *To:* AMARNATH, Balachandar
> *Cc:* cmake at cmake.org
> *Subject:* Re: [CMake] Issue with LIST command
>
>
>
> 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, 2011 at 5:23 AM, AMARNATH, Balachandar <
> BALACHANDAR.AMARNATH at airbus.com> wrote:
>
> 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 is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
>
> If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
>
> Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
>
> All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
>
>
>
> --
> +1 919 869 8849
>
> This mail has originated outside your organization, either from an external partner or the Global Internet.
>
> Keep this in mind if you answer this message.
>
>
>
> The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
> If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
> Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
> All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
>
>


-- 
+1 919 869 8849
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110427/3b9aa904/attachment.htm>


More information about the CMake mailing list