Update sqlite version for cmake build (#18524)
authorYong Tang <yong.tang.github@outlook.com>
Sun, 15 Apr 2018 20:23:47 +0000 (13:23 -0700)
committerDerek Murray <derek.murray@gmail.com>
Sun, 15 Apr 2018 20:23:47 +0000 (13:23 -0700)
commite49733b99ed9bedda46b32910cbd2183f12a4fe3
tree3a4668eed9370ea35d4833dd68f8560421efe892
parentd17de3d27f02d76d5771e0216c489c6718c78323
Update sqlite version for cmake build (#18524)

The sqlite has been updated in bazel, though
cmake version was not updated. This fix updates
sqlite in cmake so that cmake and bazel versions
are synced.

The fix has been tested on Linux:
```
tensorflow/tools/ci_build/ci_build.sh CMAKE tensorflow/tools/ci_build/builds/cmake.sh
```

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
tensorflow/contrib/cmake/external/sqlite.cmake