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. #