chore(build): remove dead dependency

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-12-29 14:49:22 -08:00
parent 6633dff46f
commit 8ff919ef2a

View file

@ -1,5 +1,4 @@
add_executable(lean lean.cpp)
add_dependencies(lean githash)
target_link_libraries(lean ${EXTRA_LIBS})
install(TARGETS lean DESTINATION bin)