File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ add_custom_command(
73
73
${GENERATED_BOOSTSOURCES_BINARY_DIR} /
74
74
boostenvbuiltins
75
75
76
+ COMMAND ${CMAKE_COMMAND} -E remove
77
+ ${GENERATED_BOOSTSOURCES_BINARY_DIR} /boostenv.ast
78
+ ${GENERATED_BOOSTSOURCES_BINARY_DIR} /boostenvmodules.astbi
79
+
76
80
# Tag
77
81
COMMAND ${CMAKE_COMMAND} -E touch ${GENERATED_BOOSTSOURCES_BINARY_DIR} /boostenv.gen
78
82
Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ add_custom_command(
42
42
${GENERATED_SOURCES_BINARY_DIR} /
43
43
mozartbuiltins
44
44
45
+ COMMAND ${CMAKE_COMMAND} -E remove
46
+ ${GENERATED_SOURCES_BINARY_DIR} /mozart.ast
47
+ ${GENERATED_SOURCES_BINARY_DIR} /coremodules.astbi
48
+
45
49
# Tag
46
50
COMMAND ${CMAKE_COMMAND} -E touch ${GENERATED_SOURCES_BINARY_DIR} /mozart.gen
47
51
You can’t perform that action at this time.
0 commit comments