chore(CMakeLists): remove dead code
This commit is contained in:
parent
f160fd8de0
commit
246d2914da
1 changed files with 0 additions and 3 deletions
|
|
@ -445,9 +445,6 @@ set(LEAN_OBJS ${LEAN_OBJS} $<TARGET_OBJECTS:lean_frontend>)
|
|||
add_subdirectory(init)
|
||||
set(LEAN_OBJS ${LEAN_OBJS} $<TARGET_OBJECTS:init>)
|
||||
add_subdirectory(stage0)
|
||||
if(STAGE1)
|
||||
add_subdirectory(stage1)
|
||||
endif()
|
||||
if(EMSCRIPTEN)
|
||||
set(LEAN_LIBRARY_TYPE SHARED)
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue