Skip to content

Commit

Permalink
Merge pull request PointCloudLibrary#1250 from UnaNancyOwen/fix_link
Browse files Browse the repository at this point in the history
Add Link zlib Library
  • Loading branch information
taketwo committed Jun 10, 2015
2 parents 0169236 + d0bad01 commit 5ad8000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ if(build)
link_directories(${VTK_LINK_DIRECTORIES})
target_link_libraries("${LIB_NAME}" pcl_common pcl_io_ply ${VTK_LIBRARIES} )
if(PNG_FOUND)
target_link_libraries("${LIB_NAME}" ${PNG_LIBRARY})
target_link_libraries("${LIB_NAME}" ${PNG_LIBRARIES})
endif(PNG_FOUND)

if(LIBUSB_1_FOUND)
Expand Down

0 comments on commit 5ad8000

Please sign in to comment.