Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Jan 5, 2024
1 parent b81ff32 commit 4514cf9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,8 @@ add_custom_command(
-o ${PROJECT_BINARY_DIR}/torque-generated
-v8-root ${PROJECT_SOURCE_DIR}/v8
${torque_files}
COMMAND
${CMAKE_COMMAND} -E touch ${torque-outputs} ${torque_outputs}
DEPENDS
torque
${torque_dirs}
Expand All @@ -1014,16 +1016,6 @@ add_custom_command(
${torque_outputs}
)

foreach(file IN LISTS torque_outputs)
add_custom_command(
OUTPUT ${file}
COMMAND ${CMAKE_COMMAND} -E touch ${file}
DEPENDS
torque
${torque_dirs}
${torque_files_abs}
)
endforeach()

add_custom_command(
COMMAND
Expand Down

0 comments on commit 4514cf9

Please sign in to comment.