Skip to content

Commit

Permalink
Merge pull request PointCloudLibrary#452 from cmcmurrough/master
Browse files Browse the repository at this point in the history
Update CMakeLists.txt: Fixes pcl_recognition build error due to metslib (Windows)
  • Loading branch information
rbrusu committed Jan 21, 2014
2 parents 0e459f1 + 8977cde commit 9257838
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
Expand Up @@ -279,6 +279,8 @@ if (PKG_CONFIG_FOUND)
else()
include_directories(${PCL_SOURCE_DIR}/recognition/include/pcl/recognition/3rdparty/)
endif()
else()
include_directories(${PCL_SOURCE_DIR}/recognition/include/pcl/recognition/3rdparty/)
endif()

# LibPNG
Expand Down

0 comments on commit 9257838

Please sign in to comment.