43 lines
1.3 KiB
CMake
43 lines
1.3 KiB
CMake
# generated from ament/cmake/core/templates/nameConfig.cmake.in
|
|
|
|
# prevent multiple inclusion
|
|
if(_serial_CONFIG_INCLUDED)
|
|
# ensure to keep the found flag the same
|
|
if(NOT DEFINED serial_FOUND)
|
|
# explicitly set it to FALSE, otherwise CMake will set it to TRUE
|
|
set(serial_FOUND FALSE)
|
|
elseif(NOT serial_FOUND)
|
|
# use separate condition to avoid uninitialized variable warning
|
|
set(serial_FOUND FALSE)
|
|
endif()
|
|
return()
|
|
endif()
|
|
set(_serial_CONFIG_INCLUDED TRUE)
|
|
|
|
# output package information
|
|
if(NOT serial_FIND_QUIETLY)
|
|
message(STATUS "Found serial: 1.2.1 (${serial_DIR})")
|
|
endif()
|
|
|
|
# warn when using a deprecated package
|
|
if(NOT "" STREQUAL "")
|
|
set(_msg "Package 'serial' is deprecated")
|
|
# append custom deprecation text if available
|
|
if(NOT "" STREQUAL "TRUE")
|
|
set(_msg "${_msg} ()")
|
|
endif()
|
|
# optionally quiet the deprecation message
|
|
if(NOT ${serial_DEPRECATED_QUIET})
|
|
message(DEPRECATION "${_msg}")
|
|
endif()
|
|
endif()
|
|
|
|
# flag package as ament-based to distinguish it after being find_package()-ed
|
|
set(serial_FOUND_AMENT_PACKAGE TRUE)
|
|
|
|
# include all config extra files
|
|
set(_extras "ament_cmake_export_include_directories-extras.cmake;ament_cmake_export_libraries-extras.cmake")
|
|
foreach(_extra ${_extras})
|
|
include("${serial_DIR}/${_extra}")
|
|
endforeach()
|