Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ament_cmake_core/ament_cmake_environment-extras.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

# copied from ament_cmake_core/ament_cmake_environment-extras.cmake

option(AMENT_CMAKE_ENVIRONMENT_GENERATION
"Generate environment files in the CMAKE_INSTALL_PREFIX" OFF)
option(AMENT_CMAKE_ENVIRONMENT_PARENT_PREFIX_PATH_GENERATION
"Generate marker file containing the parent prefix path" ON)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

if(AMENT_CMAKE_ENVIRONMENT_GENERATION)
ament_generate_environment()
endif()

function(ament_cmake_environment_generate_package_run_dependencies_marker)
# use all run dependencies from the package.xml
set(run_depends "")
Expand Down