Remove external cmake project for gtest
Now only build tests if a gtest installation already exists on the system. This should expedite time to build for users that do not care about building/running unit tests and also eliminates the need for internet access when building.
This commit is contained in:
parent
ec61febe20
commit
08da39e16e
3 changed files with 10 additions and 50 deletions
|
@ -16,8 +16,6 @@
|
|||
|
||||
<buildtool_depend>cmake</buildtool_depend>
|
||||
|
||||
<build_depend>git</build_depend>
|
||||
|
||||
<depend>boost</depend>
|
||||
|
||||
<exec_depend>catkin</exec_depend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue