Files
clio/CMake/deps/Threads.cmake
2024-02-27 11:40:23 +00:00

3 lines
58 B
CMake

set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads)