Skip to content

Commit 4ee5cd0

Browse files
committed
Update
[ghstack-poisoned]
1 parent db12da0 commit 4ee5cd0

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)