CMake adjustments, leave edits that didn't change file paths

This commit is contained in:
Tyler Wilding
2020-08-26 20:02:44 -04:00
parent 6e54bd61b1
commit 5a2b39641f
6 changed files with 41 additions and 9 deletions
+1 -2
View File
@@ -8,7 +8,6 @@
#include <string>
#include <functional>
#include <pthread.h>
#include <array>
#include <mutex>
#include <condition_variable>
@@ -40,7 +39,7 @@ private:
friend void* bootstrap_thread_func(void* thd);
std::string name = "invalid";
pthread_t thread;
std::thread thread;
SystemThreadManager* manager;
std::function<void(SystemThreadInterface &)> function;
bool initialization_complete = false;