Skip to content

Commit 1a93ede

Browse files
Merge pull request #360 from insertinterestingnamehere/cmake
Fix Include Directory In Exported CMake Config
2 parents 865a05f + 50e982a commit 1a93ede

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)