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 5e77f6c commit 395510aCopy full SHA for 395510a
source/MetadataProcessor.Core/SkeletonGenerator/SkeletonTemplates.cs
@@ -279,7 +279,7 @@ struct {{ClassName}}
279
foreach(SRC_FILE ${{{AssemblyName}}_SRCS})
280
281
set({{AssemblyName}}_SRC_FILE SRC_FILE-NOTFOUND)
282
- find_file({{AssemblyName}}_SRC_FILE ${ SRC_FILE}
+ find_file({{AssemblyName}}_SRC_FILE ${SRC_FILE}
283
PATHS
284
""${BASE_PATH_FOR_THIS_MODULE}""
285
""${TARGET_BASE_LOCATION}""
0 commit comments