Skip to content

Commit

Permalink
Greedy ign- migrations
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Jul 12, 2022
1 parent 31129f6 commit efbe0b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
popd
echo '# END SECTION'
fi
# ignition-math7 has problems with swig, remove it for now
# gz-math7 has problems with swig, remove it for now
brew remove swig || true
brew install --only-dependencies ${PACKAGE};
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)

if (BUILD_SDF)
gz_configure_project(
NO_GZ_PREFIX
REPLACE_GZ_INCLUDE_PATH sdf
NO_PROJECT_PREFIX
REPLACE_INCLUDE_PATH sdf
VERSION_SUFFIX pre1)

#################################################
Expand Down
24 changes: 0 additions & 24 deletions configure.bat

This file was deleted.

2 changes: 1 addition & 1 deletion src/FrameSemantics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void printGraph(const ScopedGraph<FrameAttachedToGraph> &_graph)
std::cout << _graph.Graph() << std::endl;
}

// The following two functions were originally submitted to ign-math,
// The following two functions were originally submitted to gz-math,
// but were not accepted as they were not generic enough.
// For now, they will be kept here.
// https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-math/pull-requests/333
Expand Down

0 comments on commit efbe0b2

Please sign in to comment.