Am Donnerstag 29 Dezember 2011, 06:23:25 schrieben Sie:
> Hi Elike,
> 
> Thanks for the reply.
> 
> I think cuda path is already exported. I have entry for export in ~/.bashrc
> file. Below are the few lines from bashrc file.
> 
> #CUDA CUSTOM PATH DEFINITION
> 
> > export AV_PROJECT_PATH="/home/avanindra/projects"
> > export CUDA_PATH="/usr/local/cuda"
> > export CUDA_BIN_PATH=/usr/local/cuda/bin
> > export CUDA_LIB_PATH=/usr/local/cuda/lib
> > export CUDA_INC_PATH=/usr/local/cuda/include
> > export NVSDKCOMPUTE_ROOT=/home/avanindra/NVIDIA_GPU_Computing_SDK
> > export
> > LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CUDA_LIB_PATH:$NVSDKCOMPUTE_ROOT/lib
> > export ROS_MASTER_URI=http://localhost:11311
> > source /opt/ros/electric/setup.bash
> 
> Also command line echo ${CUDA_PATH} gives the correct path , this means
> CUDA_PATH already exist as environment variable.

Then don't write MESSAGE(STATUS $ENV{CUDA_PATHS}), but $ENV{CUDA_PATH} ;)

Eike

Attachment: signature.asc
Description: This is a digitally signed message part.

--

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

Reply via email to