[CMake] setting environment variable for ctest

CHEVRIER, Marc marc.chevrier at sap.com
Fri May 5 10:31:34 EDT 2017


Use the ENVIRONMENT property of your tests (see https://cmake.org/cmake/help/v3.7/prop_test/ENVIRONMENT.html).

On 05/05/2017, 16:29, "CMake on behalf of Juan E. Sanchez" <cmake-bounces at cmake.org on behalf of juan.e.sanchez at gmail.com> wrote:

    Hello,
    
    It appears that when I invoke ctest through cmake, the environment 
    variables I export from my bash shell are being ignored:
    DYLD_INSERT_LIBRARIES
    PATH
    
    Is there a way to tell cmake to pass the user environment all the way 
    down to the environment for my tested application.
    
    This is on Mac OS X (El Capitan) with the latest cmake binary download 
    3.8.1.
    
    Regards,
    
    Juan
    
    -- 
    
    Powered by www.kitware.com
    
    Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
    
    Kitware offers various services to support the CMake community. For more information on each offering, please visit:
    
    CMake Support: http://cmake.org/cmake/help/support.html
    CMake Consulting: http://cmake.org/cmake/help/consulting.html
    CMake Training Courses: http://cmake.org/cmake/help/training.html
    
    Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
    
    Follow this link to subscribe/unsubscribe:
    http://public.kitware.com/mailman/listinfo/cmake
    



More information about the CMake mailing list