diff options
author | Mattes D <github@xoft.cz> | 2014-06-29 00:46:11 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-06-29 00:46:11 +0200 |
commit | 1b89b997ffb81c38dbe27bc8719efb59a38e14a0 (patch) | |
tree | eee8b1ce2cc05d7eea2d5e54fd3c3e33a8daf953 /CMakeLists.txt | |
parent | Likely fixed too quick food depletion (diff) | |
parent | Fixed a silly path error in #include. (diff) | |
download | cuberite-1b89b997ffb81c38dbe27bc8719efb59a38e14a0.tar cuberite-1b89b997ffb81c38dbe27bc8719efb59a38e14a0.tar.gz cuberite-1b89b997ffb81c38dbe27bc8719efb59a38e14a0.tar.bz2 cuberite-1b89b997ffb81c38dbe27bc8719efb59a38e14a0.tar.lz cuberite-1b89b997ffb81c38dbe27bc8719efb59a38e14a0.tar.xz cuberite-1b89b997ffb81c38dbe27bc8719efb59a38e14a0.tar.zst cuberite-1b89b997ffb81c38dbe27bc8719efb59a38e14a0.zip |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 56dea1a34..422427414 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,6 @@ add_subdirectory(lib/tolua++/) add_subdirectory(lib/sqlite/) add_subdirectory(lib/expat/) add_subdirectory(lib/luaexpat/) -add_subdirectory(lib/md5/) # We use EXCLUDE_FROM_ALL so that only the explicit dependencies are used |