[CMake] how to use DEFINED with ENV

Xavier Delannoy xavier.delannoy at netasq.com
Fri Feb 10 10:28:16 EST 2006


my CMakeLists.txt need an environement variable. 

I try this, with no success.
/tmp> cat CMakeLists.txt 
IF(DEFINED ENV{TEST})
        MESSAGE("test is defined")
ELSE(DEFINED ENV{TEST})
        MESSAGE("test is not defined")
ENDIF(DEFINED ENV{TEST})

/tmp>env | grep TEST
TEST=toto

/tmp cmake .
test is not defined
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp

I try with REQUIRED_VARIABLE, with no success too.

help ;)

regards

-- 
Xavier Delannoy

R&D engineer
xavier.delannoy at netasq.com
http://www.netasq.com
Tél : +33 320 619 742
Fax : +33 320 619 639

-----------------------------------------------------------------------
This communication may contain information that is proprietary, 
privileged or confidential or otherwise legally exempt from disclosure.
The information contained in this e-mail is intended solely for the
addressee. Access to this e-mail by anyone else or any unauthorized
review, use, disclosure or distribution is unauthorized and prohibited.
If you are not the named addressee indicated in this message (or
responsible for delivery of the message to such person), you are not
authorized to read, print, retain, copy or disseminate this message
or any part of it. If you have received this message in error, please
notify the sender immediately by fax or e-mail and delete and destroy
all copies of the message. If you are the intended recipient but do not
wish to receive communications through this medium, please advise the
sender immediately. The views expressed in this e-mail are not 
necessarily the views of NetASQ. The company, its directors, officers
or employees make no representation or accept any liability for its
accuracy or completeness unless expressly stated to the contrary.
------------------------------------------------------------------------


More information about the CMake mailing list