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.
1 parent 4781e8d commit 4fbc6dfCopy full SHA for 4fbc6df
devtools/CMakeLists.txt
@@ -7,7 +7,7 @@
7
# The include directory that will contain the generated schema headers.
8
set(DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE ${CMAKE_BINARY_DIR}/devtools/include)
9
set(DEVTOOLS_INCLUDE_DIR
10
- $<BUILD_INTERFACE:${DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE}>
+ "$<BUILD_INTERFACE:${DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE}>"
11
)
12
13
add_subdirectory(etdump)
0 commit comments