ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Why not answering a bit of an old question: You can set a environment variable out of the CMakeLists.txt http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_get_or_set_environment_variables.3F
SET(ENV{PYTHONPATH} "/the/path/you/want")

Why not answering a bit of an old question: You can set a environment variable out of the CMakeLists.txt CMakeLists.txt
http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_get_or_set_environment_variables.3F
SET(ENV{PYTHONPATH} "/the/path/you/want")

Why not answering a bit of an old question: You can set a environment variable out of the CMakeLists.txt
http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_get_or_set_environment_variables.3Fhttps://gitlab.kitware.com/cmake/community/-/wikis/FAQ#how-can-i-get-or-set-environment-variables
SET(ENV{PYTHONPATH} "/the/path/you/want")