We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d961fab + 26519c7 commit 285713dCopy full SHA for 285713d
tools/mtmd/CMakeLists.txt
@@ -18,7 +18,7 @@ target_link_libraries (mtmd PRIVATE Threads::Threads)
18
target_include_directories(
19
mtmd
20
PUBLIC
21
- $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}>
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
22
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
23
)
24
target_include_directories(mtmd PRIVATE ../..)
0 commit comments