Skip to content

Commit

Permalink
Migrate IGNITION- CMake variables (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
methylDragon authored Jun 26, 2022
1 parent dc51157 commit fd5375d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/IgnCreateDocs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# ADDITIONAL_INPUT_DIRS: Optional. Specify additional input directories to parse when generating documentation.
# IMAGE_PATH_DIRS: Optional. Specify additional input directories where images are located
# TAGFILES: Optional. Specify tagfiles for doxygen to use. It should be a list of strings like:
# "${IGNITION-<DESIGNATION>_DOXYGEN_TAGFILE} = ${IGNITION-<DESIGNATION>_API_URL}"
# "${GZ-<DESIGNATION>_DOXYGEN_TAGFILE} = ${GZ-<DESIGNATION>_API_URL}"
function(ign_create_docs)
# TODO(chapulina) Enable warnings after all libraries have migrated.
# message(WARNING "ign_create_docs is deprecated, use gz_create_docs instead.")
Expand Down
2 changes: 1 addition & 1 deletion cmake/IgnUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ macro(gz_find_package PACKAGE_NAME)
# ignition-<project>.pc file. This is probably an oversight in our build
# system scripts, so we will emit a warning about this.
message(AUTHOR_WARNING
" -- THIS MESSAGE IS INTENDED FOR IGNITION-${IGN_DESIGNATION_UPPER} AUTHORS --\n"
" -- THIS MESSAGE IS INTENDED FOR GZ-${IGN_DESIGNATION_UPPER} AUTHORS --\n"
" (IF YOU SEE THIS, PLEASE REPORT IT)\n"
"Could not find pkg-config information for ${PACKAGE_NAME}. "
"It was not provided by the find-module for the package, nor was it "
Expand Down

0 comments on commit fd5375d

Please sign in to comment.