Disable MinGW std threads includes by default

In preparation for removal later
This commit is contained in:
Jonathan G Rennison
2024-01-28 23:23:44 +00:00
parent 31d87f6101
commit 77f1655686
2 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,10 @@ add_subdirectory(squirrel)
add_subdirectory(nlohmann)
add_subdirectory(opengl)
add_subdirectory(cpp-btree)
add_subdirectory(mingw-std-threads)
add_subdirectory(monocypher)
add_subdirectory(randombytes)
add_subdirectory(robin_hood)
if (MINGW AND OPTION_MINGW_STDTHREADS)
add_subdirectory(mingw-std-threads)
endif()