In an effort to keep track of what has already been tick-tocked, I placed the Deprecated. comment (in most cases) on the same line so it appears on grep.
Try it: grep -ri set\(ign
BREAKING NOTES
IGNITION_DOXYGEN_TAGFILES is set by DOWNSTREAM libraries and used in this UPSTREAM library... I am just going to hard-tock it and remember to update the downstream usage since it's just for docs...
This won't lead to a compile error, but will lead to malformed docs until the downstream libraries are tocked.
The next few ones look like they're breaking (because they change the install path to gz), but local builds work.
Release repos might need to be updated to have the topline ignition -> gz.
Change default include directory from include/ignition to include/gz (I think in GzConfigureBuild.cmake and GzPackaging.cmake?)
This would be breaking, but all downstream uses actually bypass this block, so I think it's safe to adjust, I think
This crucially changes the install directory to gz instead of ignition, likely necessitating release repository changes, but no other issues if packages are rebuilt accordingly
Usually because they're internal or aren't used anywhere else in the entire Gz stack
GitHub workflow targets
Erm.. docs only mentions?
IGN_SANITIZERS
USE_IGN_RECOMMENDED_FLAGS
GzCodeCoverage.cmake:
IGN_SETUP_TARGET_FOR_COVERAGE
Top level gz-cmake CMakeLists.txt
ign_pkgconfig_xxx
ign_utilities_xxx
IGN_PC_CONFIG_RELATIVE_PATH_TO_PREFIX
GzPackaging.cmake:
IGNITION_CMAKE_DIR
IGNITION_CMAKE_VERSION_MAJOR
GzCreateDocs.cmake
IGNITION_DOXYGEN_GENTAGFILE
IGNITION_DOXYGEN_INPUT
IGNITION_DOXYGEN_IMAGE_PATH
IGNITION_DOXYGEN_API_MAINPAGE_MD
IGNITION_DOXYGEN_GENHTML
IGNITION_DOXYGEN_AUTOGENERATED_DOC
IGNITION_DOXYGEN_TUTORIALS_MAINPAGE_MD
IGNITION_DOXYGEN_TUTORIALS_DIR
IGNITION_DOXYGEN_ADDITIONAL_INPUT_DIRS
GzRonn2Man.cmake
ign_add_manpage_target
gz-config.cmake.in
set_and_check(@PKG_NAME@_INCLUDE_DIRS "@PACKAGE_IGN_INCLUDE_INSTALL_DIR_FULL@") this is the only occurance of that IGN variable. I don't know why
Tick-Tocks
Every variable that is set with an IGNITION/IGN prefix, generally in .cmake files which are meant to be included (internal references hard-tocked, but the set call itself is ticktocked.)
gz-cmake-config.cmake.in:
IGN_INCLUDE_INSTALL_DIR_FULL
IGNITION_CMAKE_VERSION_MAJOR
IGNITION_CMAKE_DOXYGEN_DIR (Also in top level CMakeLists.txt... it's confusing, I know)
IGNITION_CMAKE_CODECHECK_DIR
IGNITION_CMAKE_BENCHMARK_DIR
IGNITION_CMAKE_TOOLS_DIR
All these IGN_DESIGNATION variables...
IGN_DESIGNATION
IGN_DESIGNATION_LOWER
IGN_DESIGNATION_UPPER
IGN_DESIGNATION_FIRST_LETTER
IGN_DESIGNATION_CAP
GzPackaging.cmake:
IGN_INCLUDE_INSTALL_DIR
IGN_INCLUDE_INSTALL_DIR_POSTFIX
IGN_INCLUDE_INSTALL_DIR_FULL
IGN_DATA_INSTALL_DIR_POSTFIX
IGN_DATA_INSTALL_DIR
IGN_LIB_INSTALL_DIR
IGN_BIN_INSTALL_DIR
GzConfigureBuild.cmake
IGN_CXX_XXX
IGN_KNOWN_CXX_STANDARDS
CMakeLists.txt search path now prioritizes gz over ignition
GzSetCompilerFlags.cmake
IGN_ADD_fPIC_TO_LIBRARIES
IGN_USE_STATIC_RUNTIME (option and cache variable)
See: https://github.com/gazebo-tooling/release-tools/issues/698
Built on top of: https://github.com/gazebosim/gz-cmake/pull/274
In an effort to keep track of what has already been tick-tocked, I placed the
Deprecated.
comment (in most cases) on the same line so it appears on grep.Try it:
grep -ri set\(ign
BREAKING NOTES
IGNITION_DOXYGEN_TAGFILES
is set by DOWNSTREAM libraries and used in this UPSTREAM library... I am just going to hard-tock it and remember to update the downstream usage since it's just for docs...The next few ones look like they're breaking (because they change the install path to
gz
), but local builds work. Release repos might need to be updated to have the toplineignition
->gz
.include/ignition
toinclude/gz
(I think inGzConfigureBuild.cmake
andGzPackaging.cmake
?)PROJECT_INCLUDE_DIR
storesignition/${IGN_DESIGNATION}
->gz/...
install
directory togz
instead ofignition
, likely necessitating release repository changes, but no other issues if packages are rebuilt accordinglySee: https://github.com/gazebosim/gz-cmake/pull/275/commits/e1c4a355353937c1c11cb2841356e09f348051b2
Pending??
version_info.json.in
(I've provisionally migratedignition
togz
here)Hard-Tocks
Usually because they're internal or aren't used anywhere else in the entire Gz stack
GitHub workflow targets
Erm.. docs only mentions?
IGN_SANITIZERS
USE_IGN_RECOMMENDED_FLAGS
GzCodeCoverage.cmake
:IGN_SETUP_TARGET_FOR_COVERAGE
Top level gz-cmake CMakeLists.txt
ign_pkgconfig_xxx
ign_utilities_xxx
IGN_PC_CONFIG_RELATIVE_PATH_TO_PREFIX
GzPackaging.cmake
:IGNITION_CMAKE_DIR
IGNITION_CMAKE_VERSION_MAJOR
GzCreateDocs.cmake
IGNITION_DOXYGEN_GENTAGFILE
IGNITION_DOXYGEN_INPUT
IGNITION_DOXYGEN_IMAGE_PATH
IGNITION_DOXYGEN_API_MAINPAGE_MD
IGNITION_DOXYGEN_GENHTML
IGNITION_DOXYGEN_AUTOGENERATED_DOC
IGNITION_DOXYGEN_TUTORIALS_MAINPAGE_MD
IGNITION_DOXYGEN_TUTORIALS_DIR
IGNITION_DOXYGEN_ADDITIONAL_INPUT_DIRS
GzRonn2Man.cmake
ign_add_manpage_target
gz-config.cmake.in
set_and_check(@PKG_NAME@_INCLUDE_DIRS "@PACKAGE_IGN_INCLUDE_INSTALL_DIR_FULL@")
this is the only occurance of that IGN variable. I don't know whyTick-Tocks
Every variable that is set with an IGNITION/IGN prefix, generally in
.cmake
files which are meant to be included (internal references hard-tocked, but the set call itself is ticktocked.)gz-cmake-config.cmake.in
:IGN_INCLUDE_INSTALL_DIR_FULL
IGNITION_CMAKE_VERSION_MAJOR
IGNITION_CMAKE_DOXYGEN_DIR
(Also in top level CMakeLists.txt... it's confusing, I know)IGNITION_CMAKE_CODECHECK_DIR
IGNITION_CMAKE_BENCHMARK_DIR
IGNITION_CMAKE_TOOLS_DIR
All these IGN_DESIGNATION variables...
IGN_DESIGNATION
IGN_DESIGNATION_LOWER
IGN_DESIGNATION_UPPER
IGN_DESIGNATION_FIRST_LETTER
IGN_DESIGNATION_CAP
GzPackaging.cmake
:IGN_INCLUDE_INSTALL_DIR
IGN_INCLUDE_INSTALL_DIR_POSTFIX
IGN_INCLUDE_INSTALL_DIR_FULL
IGN_DATA_INSTALL_DIR_POSTFIX
IGN_DATA_INSTALL_DIR
IGN_LIB_INSTALL_DIR
IGN_BIN_INSTALL_DIR
GzConfigureBuild.cmake
IGN_CXX_XXX
IGN_KNOWN_CXX_STANDARDS
gz
overignition
GzSetCompilerFlags.cmake
IGN_ADD_fPIC_TO_LIBRARIES
IGN_USE_STATIC_RUNTIME
(option and cache variable)GzPython.cmake
IGN_PYTHON_VERSION
Hmhm
REPLACE_IGNITION_INCLUDE_PATH
NO_IGNITION_PREFIX