Skip to content

Commit

Permalink
remove ignition
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <natekoenig@gmail.com>
  • Loading branch information
nkoenig committed Jul 28, 2023
1 parent 5a5b77a commit f968295
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cmake/GzConfigureProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
# Initialize the Gazebo project
macro(gz_configure_project)
# Define the expected arguments
set(options NO_PROJECT_PREFIX NO_IGNITION_PREFIX) # TODO(CH3): NO_IGNITION_PREFIX IS DEPRECATED.
set(oneValueArgs REPLACE_INCLUDE_PATH REPLACE_IGNITION_INCLUDE_PATH VERSION_SUFFIX) # TODO(CH3): REPLACE_IGNITION_INCLUDE_PATH IS DEPRECATED.
set(multiValueArgs CONFIG_EXTRAS)

#------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion cmake/GzPkgConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ macro(gz_pkg_check_modules_quiet package signature)
# variable is blank, then we'll unset it from the CACHE to avoid
# conflicts and confusion.
#
# TODO(MXG): Consider giving a different prefix (e.g. IGN_PC_${package})
# TODO(MXG): Consider giving a different prefix (e.g. GZ_PC_${package})
# to pkg_check_modules(~) so that the cached variables don't collide. That
# would also help with the next TODO below.
if(NOT ${package}_INCLUDE_DIRS)
Expand Down
2 changes: 1 addition & 1 deletion configure.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

:: NOTE: This script is only meant to be used as part of the ignition developers' CI system
:: NOTE: This script is only meant to be used as part of the Gazebo developers' CI system
:: Users and developers should build and install this library using cmake and Visual Studio

:: gz-cmake has no dependencies
Expand Down

0 comments on commit f968295

Please sign in to comment.