You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install the library using "make install" and then link a target in another project with the library alias "OTExtension::otextension", I get the following error on running the make command in the build directory of the project:
/usr/bin/ld: cannot find -lThreads::Threads
collect2: error: ld returned 1 exit status
It is probably some error with the Threads package as required in the CMakeLists.txt file of this library.
The text was updated successfully, but these errors were encountered:
When I install the library using "make install" and then link a target in another project with the library alias "OTExtension::otextension", I get the following error on running the make command in the build directory of the project:
/usr/bin/ld: cannot find -lThreads::Threads
collect2: error: ld returned 1 exit status
It is probably some error with the Threads package as required in the CMakeLists.txt file of this library.
The text was updated successfully, but these errors were encountered: