Skip to content

Commit 4fbc6df

Browse files
committed
Fix devtools CMake build failure on Windows
ghstack-source-id: eec99da ghstack-comment-id: 3169574985 Pull-Request: #13251
1 parent 4781e8d commit 4fbc6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# The include directory that will contain the generated schema headers.
88
set(DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE ${CMAKE_BINARY_DIR}/devtools/include)
99
set(DEVTOOLS_INCLUDE_DIR
10-
$<BUILD_INTERFACE:${DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE}>
10+
"$<BUILD_INTERFACE:${DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE}>"
1111
)
1212

1313
add_subdirectory(etdump)

0 commit comments

Comments
 (0)