Define NO_THREADS in when building without threads
authorSam Clegg <sbc@google.com>
Sat, 30 Jan 2016 00:09:43 +0000 (16:09 -0800)
committerSam Clegg <sbc@google.com>
Sat, 30 Jan 2016 00:09:43 +0000 (16:09 -0800)
commitb572a72daa6d6a9f424d348bfcd4a8024d70233c
tree73f0ba0ad0e20affa5c08c3755247b2110bf812a
parent03bebcb065c83beff83d50ae025a55a4bf94dfca
Define NO_THREADS in when building without threads

Previously NOTHREADS was being defined but the code
in mutex.h checks for NO_THREADS.
CMakeLists.txt