2

I'm trying to compile Onx and I am receiving a CMake error message.

I am receiving this error on my ubuntu 20.04 lts:

Could NOT find Threads (missing: Threads_FOUND)

I'm waiting your comments. Thanks for help

efeozkesici
  • 455
  • 1
  • 7
  • 14
  • Does this answer your question? [CMake on Mac: Could NOT find Threads (missing: Threads\_FOUND)](https://stackoverflow.com/questions/54587052/cmake-on-mac-could-not-find-threads-missing-threads-found) – 273K Jul 25 '22 at 14:48
  • Onx seems to be old and doesn't seem to know that modern c runtimes have built in thread support. Remove `if` condition from the answer in the duplicated question, or replace with `if(UNIX)`. – 273K Jul 25 '22 at 14:51

0 Answers0