Skip to content

Commit a855ec0

Browse files
committed
Fixing cmake script.
1 parent 4b171dc commit a855ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function (dsl_parse type name)
104104
COMMAND ${CMAKE_COMMAND}
105105
-DGENERATED="${output_dir}/include" -DOUTPUT="${PROJECT_SOURCE_DIR}/${type}/${name}/include"
106106
-P "${PROJECT_SOURCE_DIR}/CopyGenerated.cmake"
107-
DEPENDS ${output_dir} "${PROJECT_SOURCE_DIR}/CopyGenerated.cmake" ${DSL_PARSE_SCHEMAS} ${src_files}
107+
DEPENDS "${PROJECT_SOURCE_DIR}/CopyGenerated.cmake" ${DSL_PARSE_SCHEMAS} ${src_files}
108108
)
109109

110110
endfunction ()

0 commit comments

Comments
 (0)