Skip to content

Commit

Permalink
moved configure_file before configure_build
Browse files Browse the repository at this point in the history
Signed-off-by: Jenn Nguyen <[email protected]>
  • Loading branch information
jennuine committed Jul 22, 2022
1 parent ee09bc6 commit ee2e6d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ set(IGNITION_PHYSICS_ENGINE_INSTALL_DIR
#============================================================================
# Configure the build
#============================================================================
ign_configure_build(QUIT_IF_BUILD_ERRORS
COMPONENTS sdf mesh dartsim tpe)
configure_file("${PROJECT_SOURCE_DIR}/coverage.ignore.in"
${PROJECT_BINARY_DIR}/coverage.ignore)
ign_configure_build(QUIT_IF_BUILD_ERRORS
COMPONENTS sdf mesh dartsim tpe)

#============================================================================
# Create package information
Expand Down
3 changes: 1 addition & 2 deletions coverage.ignore.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
tpe/lib/src/aabb_tree/AABB.h
tpe/lib/src/aabb_tree/AABB.cc
tpe/lib/src/aabb_tree/*

0 comments on commit ee2e6d9

Please sign in to comment.