Skip to content

Commit

Permalink
Kinfu tools require glew.
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Feb 2, 2024
1 parent 22eac99 commit 87958c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gpu/kinfu/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set(SUBSUBSYS_NAME tools)
set(SUBSUBSYS_DESC "Kinfu tools")
set(SUBSUBSYS_DEPS gpu_kinfu visualization)
set(SUBSUBSYS_OPT_DEPS opencv)
set(EXT_DEPS openni)
set(EXT_DEPS glew openni)
set(DEFAULT TRUE)
set(REASON "")

Expand Down
2 changes: 1 addition & 1 deletion gpu/kinfu_large_scale/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set(SUBSUBSYS_NAME tools)
set(SUBSUBSYS_DESC "Kinfu large scale tools")
set(SUBSUBSYS_DEPS gpu_kinfu_large_scale visualization)
set(SUBSUBSYS_OPT_DEPS )
set(EXT_DEPS openni openni2)
set(EXT_DEPS glew openni openni2)
set(DEFAULT TRUE)
set(REASON "")

Expand Down

0 comments on commit 87958c2

Please sign in to comment.