Re: [CMake] find_package not finding Threads

2018-04-07 Thread Andrew Brownsword
I updated to CMake 3.11.0, but still got the same error. I have gotten around the problem by removing the find_package and forcing -pthread on the C/C++ command line, however this is an unsatisfying resolution to the problem. > On Mar 30, 2018, at 12:06 PM, Andrew Brownsword > wrote: > > I h

[CMake] find_package not finding Threads

2018-03-30 Thread Andrew Brownsword
I have an Ubuntu 16.04 ARMv7 system upon which I have built CLang 7.0 and am now trying to use it to build my CMake-based project that was previously working with the CLang 3.8.0 that I had installed via apt-get. The new compiler does appear to be selected correctly when I run cmake. The run f