minor cmake updates

This commit is contained in:
greg7mdp
2022-06-20 19:22:05 -04:00
parent d4052fe8a4
commit eb60b8ac59
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#elif 0
// Abseil's mutexes are very efficient (at least on windows)
#include "absl/synchronization/mutex.h"
#define MTX absl::Mutex
#define MTX phmap::AbslMutex
#elif 1
#include <boost/thread/locks.hpp>
#if 1