27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
/usr/bin/cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_DEPENDS_USE_COMPILER=FALSE -G "CodeBlocks - Unix Makefiles" /home/andreas/git/logger
|
|
-- The C compiler identification is GNU 11.1.0
|
|
-- The CXX compiler identification is GNU 11.1.0
|
|
-- Detecting C compiler ABI info
|
|
-- Detecting C compiler ABI info - done
|
|
-- Check for working C compiler: /usr/bin/cc - skipped
|
|
-- Detecting C compile features
|
|
-- Detecting C compile features - done
|
|
-- Detecting CXX compiler ABI info
|
|
-- Detecting CXX compiler ABI info - done
|
|
-- Check for working CXX compiler: /usr/bin/c++ - skipped
|
|
-- Detecting CXX compile features
|
|
-- Detecting CXX compile features - done
|
|
-- Found Python: /usr/bin/python3.9 (found version "3.9.7") found components: Interpreter
|
|
-- Looking for pthread.h
|
|
-- Looking for pthread.h - found
|
|
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
|
|
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
|
|
-- Looking for pthread_create in pthreads
|
|
-- Looking for pthread_create in pthreads - not found
|
|
-- Looking for pthread_create in pthread
|
|
-- Looking for pthread_create in pthread - found
|
|
-- Found Threads: TRUE
|
|
-- Configuring done
|
|
-- Generating done
|
|
-- Build files have been written to: /home/andreas/git/logger/cmake-build-release
|