Skip to content

Commit

Permalink
Use the proper libraries for linking with downstream projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 16, 2019
1 parent 45a497e commit a642d6c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions PDALConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ endforeach(_dir)

include("${CMAKE_CURRENT_LIST_DIR}/PDALTargets.cmake")

if (WIN32)
# On windows link in pdal_util as well
set(PDAL_LIBRARIES "@PDAL_LIB_NAME@" "@PDAL_UTIL_LIB_NAME@")
else (WIN32)
set(PDAL_LIBRARIES "@PDAL_LIB_NAME@")
endif(WIN32)
set(PDAL_LIBRARIES @PDAL_BASE_LIB_NAME@ @PDAL_UTIL_LIB_NAME@)

check_required_components(PDAL)

0 comments on commit a642d6c

Please sign in to comment.