]> granicus.if.org Git - gc/commit
Support with_checksums option in CMake script
authorIvan Maidanski <ivmai@mail.ru>
Fri, 9 Jun 2017 16:05:35 +0000 (19:05 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 9 Jun 2017 16:19:55 +0000 (19:19 +0300)
commit4530166b0b4befe5e9a68be632c847b95aaf7627
treeea4ca8cb9cc232d77b0291324c92adfa5ff71496
parent9ae8e47af98bc03fcbcde008fc22f3f50a719aed
Support with_checksums option in CMake script

* CMakeLists.txt (with_checksums): New option (off by default).
* CMakeLists.txt [with_checksums && enable_threads]: Issue MESSAGE that
the configuration is not supported.
* CMakeLists.txt [with_checksums] (CHECKSUMS): Define macro.
* CMakeLists.txt [with_checksums] (SRC): Add checksums.c.
CMakeLists.txt