Skip to content

Commit b90dcde

Browse files
authored
Merge pull request #121 from enetheru/github/issue-1987
CMake: Small fix for doc source consumption missing quotes
2 parents 7747217 + bb3b897 commit b90dcde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ file(GLOB_RECURSE DOC_XML LIST_DIRECTORIES NO CONFIGURE_DEPENDS "${PROJECT_SOURC
6262
# conditionally add doc data to compile output
6363
if(DOC_XML)
6464
if(GODOTCPP_TARGET MATCHES "editor|template_debug")
65-
target_doc_sources(${LIBNAME} ${DOC_XML})
65+
target_doc_sources(${LIBNAME} "${DOC_XML}")
6666
endif()
6767
endif()
6868

0 commit comments

Comments
 (0)