Files
clio/CMake/deps/Threads.cmake
2023-07-24 18:43:02 +01:00

3 lines
58 B
CMake

set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads)