Skip to content

Commit

Permalink
Merge pull request #2115 from frozar/fix_compilation_visu_test
Browse files Browse the repository at this point in the history
[TEST] Fix the compilation of 'test_visualisation'
  • Loading branch information
taketwo authored Dec 4, 2017
2 parents 3d5d915 + 8888e23 commit a27b21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualization/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(SUBSYS_NAME visualization)
set(SUBSYS_DESC "Point cloud visualization library")
set(SUBSYS_DEPS common io kdtree geometry search)
set(SUBSYS_DEPS common io kdtree geometry search octree)

if(NOT VTK_FOUND)
set(DEFAULT FALSE)
Expand Down

0 comments on commit a27b21c

Please sign in to comment.