Skip to content

Commit

Permalink
Fix main CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Sep 11, 2015
1 parent 96ce930 commit 9e84652
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Expand Up @@ -48,7 +48,7 @@ set(PDAL_BUILD_VERSION "1.0.0")
# On OSX we reexport the symbols from libpdal_util.dylib into libpdalcpp.dylib
# See src/CMakeLists.txt for the rest of the magic.
#
if (APPLE OR WINDOWS)
if (APPLE OR WIN32)
set(PDAL_LIB_NAME pdalcpp)
set(PDAL_BASE_LIB_NAME pdalcpp)
set(PDAL_UTIL_LIB_NAME pdal_util)
Expand Down Expand Up @@ -348,7 +348,6 @@ list(APPEND CPACK_SOURCE_IGNORE_FILES "/test/data/local/")
list(APPEND CPACK_SOURCE_IGNORE_FILES "/doc/doxygen/")
list(APPEND CPACK_SOURCE_IGNORE_FILES "/doc/build/")
list(APPEND CPACK_SOURCE_IGNORE_FILES "/doc/presentations/")
list(APPEND CPACK_SOURCE_IGNORE_FILES "/scripts/")
list(APPEND CPACK_SOURCE_IGNORE_FILES "/cmake/examples/")

include(CPack)
Expand Down

0 comments on commit 9e84652

Please sign in to comment.