Skip to content

Commit

Permalink
Merge pull request #2086 from UnaNancyOwen/fix_config
Browse files Browse the repository at this point in the history
Add *_USE_STATIC options to PCLConfig
  • Loading branch information
taketwo authored Nov 25, 2017
2 parents 6fa6245 + 8cd0cd7 commit ae3bf59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PCLConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ macro(find_qhull)
get_filename_component(QHULL_ROOT "@QHULL_INCLUDE_DIRS@" PATH)
endif(PCL_ALL_IN_ONE_INSTALLER)

set(QHULL_USE_STATIC @QHULL_USE_STATIC@)
find_package(Qhull)
endmacro(find_qhull)

Expand Down Expand Up @@ -218,6 +219,7 @@ macro(find_flann)
get_filename_component(FLANN_ROOT "@FLANN_INCLUDE_DIRS@" PATH)
endif(PCL_ALL_IN_ONE_INSTALLER)

set(FLANN_USE_STATIC @FLANN_USE_STATIC@)
find_package(FLANN)
endmacro(find_flann)

Expand Down

0 comments on commit ae3bf59

Please sign in to comment.