From ed4a65c1a75ddafc3ad0e4f9512aa8470e0d7aeb Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Mon, 9 Jan 2017 13:53:53 -0800 Subject: [PATCH] remove unnecessary include --- rcl/test/rcl_add_custom_gtest.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/rcl/test/rcl_add_custom_gtest.cmake b/rcl/test/rcl_add_custom_gtest.cmake index 78c8c95..773c8c4 100644 --- a/rcl/test/rcl_add_custom_gtest.cmake +++ b/rcl/test/rcl_add_custom_gtest.cmake @@ -17,9 +17,6 @@ if(rcl_add_custom_gtest_INCLUDED) endif() set(rcl_add_custom_gtest_INCLUDED TRUE) -# include CMake functions -include(CMakeParseArguments) - # # Custom macro for adding a gtest in rcl. #