Skip to content

Commit

Permalink
Fix include directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Mar 12, 2020
1 parent 7d350cc commit 43037a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ install(
include(${PDAL_CMAKE_DIR}/config.cmake)
target_include_directories(${PDAL_LIB_NAME}
INTERFACE
$<INSTALL_INTERFACE:${PDAL_INCLUDE_DIRS}>)
$<INSTALL_INTERFACE:${CMAKE_INSTALL_PREFIX}/include>)
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES)

# TODO: move under scripts/bash-completion ?
Expand Down

0 comments on commit 43037a0

Please sign in to comment.