Skip to content

Commit

Permalink
updated path for de
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen committed Jan 29, 2024
1 parent aea9519 commit f2c5028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ add_custom_command(

add_custom_command(
OUTPUT ${YOSYS_PATH}/bin/de
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_BINARY_DIR}/bin/de ${YOSYS_PATH}/bin/
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_BINARY_DIR}/bin/de ${YOSYS_PATH}/bin/
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMMENT "Copy de executable into bin"
DEPENDS de yosys
Expand Down

0 comments on commit f2c5028

Please sign in to comment.