Skip to content

Commit

Permalink
Replace custom cmake code with ign-cmake2 (#780)
Browse files Browse the repository at this point in the history
This replaces most of the custom cmake code in
libsdformat with the functionality provided by
ignition-cmake2. The root CMakeLists.txt is much shorter
now and most of the cmake folder has been deleted.
This is made possible by the NO_IGNITION_PREFIX
and REPLACE_IGNITION_INCLUDE_PATH parameters
added to ign_configure_project in ign-cmake#190 and
ign-cmake#191. Closes #181. Other details:

* Use FindIgnURDFDOM from ign-cmake#193
* Use HIDE_SYMBOLS_BY_DEFAULT from ign-cmake#196
* Set LEGACY_PROJECT_PREFIX from ign-cmake#199

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Dec 22, 2021
1 parent 6b53f95 commit 92d20d2
Show file tree
Hide file tree
Showing 46 changed files with 307 additions and 8,837 deletions.
2 changes: 1 addition & 1 deletion .github/ci/packages.apt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ libignition-tools-dev
libtinyxml2-dev
liburdfdom-dev
libxml2-utils
python-psutil
python3-psutil
ruby-dev
Loading

0 comments on commit 92d20d2

Please sign in to comment.