fix(shell/CMakeLists): bin_lean_stage0 should not be part of the default target as it conflicts with bin_lean
/cc @leodemoura
This commit is contained in:
parent
4aed3e51b5
commit
de5c7cbff0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ else()
|
|||
set_target_properties(lean_stage0 PROPERTIES IMPORTED_LOCATION "${CMAKE_CURRENT_BINARY_DIR}/lean_stage0")
|
||||
endif()
|
||||
|
||||
ADD_CUSTOM_TARGET(bin_lean_stage0 ALL
|
||||
ADD_CUSTOM_TARGET(bin_lean_stage0
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_if_different "$<TARGET_FILE:lean_stage0>" "${LEAN_SOURCE_DIR}/../bin/lean"
|
||||
DEPENDS lean_stage0
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue