Merge pull request #107 from ros2/remove_include

remove unnecessary include
This commit is contained in:
Dirk Thomas 2017-01-09 14:09:15 -08:00 committed by GitHub
commit 88db558aa3

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