From d2f284f998f4191a0587213c69bbd9eebb67cb22 Mon Sep 17 00:00:00 2001 From: youhy Date: Mon, 25 Jul 2022 13:09:52 -0700 Subject: [PATCH] remove configure_file Signed-off-by: youhy --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e77a24b8..d6f38ab04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,8 +86,6 @@ set(IGNITION_PHYSICS_ENGINE_INSTALL_DIR #============================================================================ # Configure the build #============================================================================ -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)