Files
robot2wd/build/robot2wd/ament_cmake_core/robot2wdConfig.cmake
2025-09-19 16:17:40 +03:00

43 lines
1.2 KiB
CMake

# generated from ament/cmake/core/templates/nameConfig.cmake.in
# prevent multiple inclusion
if(_robot2wd_CONFIG_INCLUDED)
# ensure to keep the found flag the same
if(NOT DEFINED robot2wd_FOUND)
# explicitly set it to FALSE, otherwise CMake will set it to TRUE
set(robot2wd_FOUND FALSE)
elseif(NOT robot2wd_FOUND)
# use separate condition to avoid uninitialized variable warning
set(robot2wd_FOUND FALSE)
endif()
return()
endif()
set(_robot2wd_CONFIG_INCLUDED TRUE)
# output package information
if(NOT robot2wd_FIND_QUIETLY)
message(STATUS "Found robot2wd: 0.0.0 (${robot2wd_DIR})")
endif()
# warn when using a deprecated package
if(NOT "" STREQUAL "")
set(_msg "Package 'robot2wd' is deprecated")
# append custom deprecation text if available
if(NOT "" STREQUAL "TRUE")
set(_msg "${_msg} ()")
endif()
# optionally quiet the deprecation message
if(NOT ${robot2wd_DEPRECATED_QUIET})
message(DEPRECATION "${_msg}")
endif()
endif()
# flag package as ament-based to distinguish it after being find_package()-ed
set(robot2wd_FOUND_AMENT_PACKAGE TRUE)
# include all config extra files
set(_extras "")
foreach(_extra ${_extras})
include("${robot2wd_DIR}/${_extra}")
endforeach()