remove unnecessary include

This commit is contained in:
Dirk Thomas 2017-01-09 13:53:53 -08:00
parent c429f2e18c
commit ed4a65c1a7

View file

@ -17,9 +17,6 @@ if(rcl_add_custom_gtest_INCLUDED)
endif() endif()
set(rcl_add_custom_gtest_INCLUDED TRUE) set(rcl_add_custom_gtest_INCLUDED TRUE)
# include CMake functions
include(CMakeParseArguments)
# #
# Custom macro for adding a gtest in rcl. # Custom macro for adding a gtest in rcl.
# #