Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 5254988

Browse files
committed
Fixed bug generating only a single prototype in converted source
1 parent 646a22f commit 5254988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Platform/Sketches/SketchManager.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function(add_sketch_to_target _target_name _sketch_file)
3434
resolve_sketch_libraries(${_target_name} ${_sketch_file} "${sketch_headers}")
3535
resolve_sketch_prototypes(${_sketch_file} "${sketch_headers}" sketch_prototypes)
3636

37-
convert_sketch_to_source(${_sketch_file} ${sketch_converted_source_path} ${sketch_prototypes})
37+
convert_sketch_to_source(${_sketch_file} ${sketch_converted_source_path} "${sketch_prototypes}")
3838

3939
endif ()
4040

0 commit comments

Comments
 (0)