Skip to content

Commit

Permalink
Update config.hh
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed May 20, 2022
1 parent 8e8230d commit 22dbbac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions include/gz/fuel_tools/config.hh.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@
#define GZ_FUEL_TOOLS_VERSION "${PROJECT_VERSION}"
#define GZ_FUEL_TOOLS_VERSION_FULL "${PROJECT_VERSION_FULL}"

#define GZ_FUEL_TOOLS_VERSION_HEADER "Gz Fuel Tools, version ${PROJECT_VERSION_FULL}\nCopyright (C) 2017 Open Source Robotics Foundation.\nReleased under the Apache 2.0 License.\n\n"
#define GZ_FUEL_TOOLS_VERSION_HEADER "Gazebo Fuel Tools, version ${PROJECT_VERSION_FULL}\nCopyright (C) 2017 Open Source Robotics Foundation.\nReleased under the Apache 2.0 License.\n\n"

#define GZ_FUEL_INITIAL_CONFIG_PATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATAROOTDIR}/ignition/${IGN_DESIGNATION}${PROJECT_VERSION_MAJOR}/"

#cmakedefine BUILD_TYPE_PROFILE 1
#cmakedefine BUILD_TYPE_DEBUG 1
#cmakedefine BUILD_TYPE_RELEASE 1

#endif
4 changes: 4 additions & 0 deletions include/ignition/fuel_tools/config.hh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@

#define IGNITION_FUEL_INITIAL_CONFIG_PATH GZ_FUEL_INITIAL_CONFIG_PATH

namespace gz
{
}

namespace ignition
{
#ifndef SUPPRESS_IGNITION_HEADER_DEPRECATION
Expand Down

0 comments on commit 22dbbac

Please sign in to comment.