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
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1078,3 +1078,7 @@ install (DIRECTORY ${_glog_BINARY_CMake_DATADIR}

install (EXPORT glog-targets NAMESPACE glog:: DESTINATION
${_glog_CMake_INSTALLDIR})

# installation for ROS 2
find_package(ament_cmake_auto REQUIRED)
ament_auto_package()
2 changes: 1 addition & 1 deletion cmake/GetCacheVariables.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_policy (PUSH)
cmake_policy (VERSION 3.3)
cmake_policy (VERSION 3.5)

include (CMakeParseArguments)

Expand Down
16 changes: 16 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>glog</name>
<version>0.1.0</version>
<description>The TIERIV glog ros vendor package</description>

<maintainer email="[email protected]">Takamasa Horibe</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>

<export>
<build_type>ament_cmake</build_type>
</export>
</package>