mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
minor cmake updates
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user