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 try to use qrintf with cmake, I got following errors:
➜ cmake-build-debug git:(master) CC="/usr/local/bin/qrintf cc" cmake ..
-- The C compiler identification is GNU 8.1.0
-- Check for working C compiler: /usr/local/bin/qrintf
-- Check for working C compiler: /usr/local/bin/qrintf -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - failed
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking forpthread_createin pthreads
-- Looking forpthread_createin pthreads - not found
-- Looking forpthread_createin pthread
-- Looking forpthread_createin pthread - found
-- Found Threads: TRUE
-- Configuring done
-- Generating done
As you can see, the cmake try to test the C compile features, but it failed.
How we integrate qrintf with cmake?
The text was updated successfully, but these errors were encountered:
Hi,
When I try to use qrintf with cmake, I got following errors:
As you can see, the cmake try to test the C compile features, but it failed.
How we integrate qrintf with cmake?
The text was updated successfully, but these errors were encountered: