We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865a05f commit 50e982aCopy full SHA for 50e982a
src/CMakeLists.txt
@@ -121,7 +121,7 @@ endif()
121
target_include_directories(qthread
122
PUBLIC
123
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>
124
- $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/qthread>
+ $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
125
)
126
# TODO: move these into a configure header instead of piping them through the flags.
127
target_compile_definitions(qthread
0 commit comments