CMakeLists: don't enable libubox md5 implementation by default
[project/odhcp6c.git] / README
diff --git a/README b/README
index 70389842bda1679bffecc4674d39125c42ea8bf7..e79fea106240e846abbadb24b91d1e3a8f085019 100644 (file)
--- a/README
+++ b/README
@@ -39,7 +39,7 @@ especially routers. It compiles to only about 35 KB (-Os -s).
 ** Compiling **
 
 odhcp6c uses cmake:
-* To prepare a Makefile use:  "cmake -DLIBUBOX=0 ."
+* To prepare a Makefile use:  "cmake ."
 * To build / install use: "make" / "make install" afterwards.
 * To build DEB or RPM packages use: "make package" afterwards.