Skip to content

Commit

Permalink
CMake: Fix install interface include dir (#139)
Browse files Browse the repository at this point in the history
Fixes #134

Co-authored-by: Kai Pastor <dg0yt@darc.de>
  • Loading branch information
thbeu and dg0yt authored Aug 10, 2024
1 parent 0071906 commit 86d540e
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 @@ -133,7 +133,7 @@ add_library(${PACKAGE} ${lib_SRC})
target_include_directories(${PACKAGE}
INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<INSTALL_INTERFACE:include>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)

include(TestBigEndian)
Expand Down

0 comments on commit 86d540e

Please sign in to comment.