Skip to content

Commit

Permalink
PDAL_LIB_NAME is not conditional (#2732)
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj authored and abellgithub committed Sep 18, 2019
1 parent 0d5dcd9 commit 2432b1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# See below for the rest of the magic.
#
if (APPLE OR WIN32)
set(PDAL_LIB_NAME pdalcpp)
set(PDAL_BASE_LIB_NAME pdalcpp)
else()
set(PDAL_LIB_NAME pdalcpp)
set(PDAL_BASE_LIB_NAME pdal_base)
endif()
set(PDAL_LIB_NAME pdalcpp)
set(PDAL_UTIL_LIB_NAME pdal_util)
set(PDAL_BOOST_LIB_NAME pdal_boost)
set(PDAL_KAZHDAN_LIB_NAME pdal_kazhdan)
Expand Down

0 comments on commit 2432b1b

Please sign in to comment.