Skip to content

Commit

Permalink
Fix install include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
thbeu committed Aug 8, 2024
1 parent 2cc2975 commit 9e8818f
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:${includedir}>
)

include(TestBigEndian)
Expand Down

0 comments on commit 9e8818f

Please sign in to comment.