Skip to content

Commit 50e982a

Browse files
Fix include directory for downstream libraries using the exported cmake package config files.
1 parent 865a05f commit 50e982a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ endif()
121121
target_include_directories(qthread
122122
PUBLIC
123123
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>
124-
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/qthread>
124+
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
125125
)
126126
# TODO: move these into a configure header instead of piping them through the flags.
127127
target_compile_definitions(qthread

0 commit comments

Comments
 (0)