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 4b171dc commit a855ec0Copy full SHA for a855ec0
CMakeLists.txt
@@ -104,7 +104,7 @@ function (dsl_parse type name)
104
COMMAND ${CMAKE_COMMAND}
105
-DGENERATED="${output_dir}/include" -DOUTPUT="${PROJECT_SOURCE_DIR}/${type}/${name}/include"
106
-P "${PROJECT_SOURCE_DIR}/CopyGenerated.cmake"
107
- DEPENDS ${output_dir} "${PROJECT_SOURCE_DIR}/CopyGenerated.cmake" ${DSL_PARSE_SCHEMAS} ${src_files}
+ DEPENDS "${PROJECT_SOURCE_DIR}/CopyGenerated.cmake" ${DSL_PARSE_SCHEMAS} ${src_files}
108
)
109
110
endfunction ()
0 commit comments