Skip to content

Commit

Permalink
Merge pull request #7 from YuanfuC/fix/catkin_package_error
Browse files Browse the repository at this point in the history
Fix catkin package error, issue #6
  • Loading branch information
tnaegeli authored Mar 20, 2020
2 parents 6bd14fe + e31bf84 commit 9b5b567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 2.8.3)
project(klt_feature_tracker)

unset(_CATKIN_CURRENT_PACKAGE)

# check if this is being built as a ROS package
if (CATKIN_DEVEL_PREFIX)
set(CATKIN_BUILD 1)
Expand Down

0 comments on commit 9b5b567

Please sign in to comment.