diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-05 12:53:01 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-05 12:53:01 +0200 |
commit | 09c09dc870148c99a546243f434e546aafaa6b89 (patch) | |
tree | a14daa0fe72b35dd7ffb654d0046db994cf24b95 | |
parent | 1dbd229aa7a9100b2793024d01385b91015cd700 (diff) | |
download | unitd-09c09dc870148c99a546243f434e546aafaa6b89.tar unitd-09c09dc870148c99a546243f434e546aafaa6b89.zip |
0467aebb79f64d1c9d05a84367fda7c02c4ea6b8 included too much
Signed-off-by: John Crispin <blogic@openwrt.org>
-rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ace2b51..4c89947 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,13 +42,6 @@ INSTALL(TARGETS udevtrigger ) -ADD_EXECUTABLE(upgraded upgraded.c watchdog.c) -TARGET_LINK_LIBRARIES(upgraded ubox) -INSTALL(TARGETS upgraded - RUNTIME DESTINATION sbin -) - - ADD_EXECUTABLE(askfirst utils/askfirst.c) INSTALL(TARGETS askfirst RUNTIME DESTINATION sbin |