diff options
author | Sadie Powell <sadie@witchery.services> | 2024-02-11 20:17:48 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-02-11 20:35:21 +0000 |
commit | 274bb19d03698958e9ef9298ec29c8644a310daf (patch) | |
tree | d3698930e2395dbcc2bc892f8e984e153c03f772 /src/CMakeLists.txt | |
parent | 2c5b84bd1d7a846b10d302ef5da185a75ab2489c (diff) |
Switch Thread to use the C++11 equivalent, remove win32/pthread.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 80207756c..f4c3dfb92 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -6,7 +6,6 @@ if(WIN32) list(APPEND SRC_SRCS win32/windows.cpp) list(APPEND SRC_SRCS win32/dl/dl.cpp) list(APPEND SRC_SRCS win32/pipe/pipe.cpp) - list(APPEND SRC_SRCS win32/pthread/pthread.cpp) list(APPEND SRC_SRCS win32/sigaction/sigaction.cpp) endif() |