26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
/home/user/.local/share/JetBrains/Toolbox/apps/clion/bin/cmake/linux/x64/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -S /home/user/repos/goblin-maze -B /home/user/repos/goblin-maze/cmake-build-debug
|
|
CMake Deprecation Warning:
|
|
Support for "Extra Generators" like
|
|
|
|
CodeBlocks
|
|
|
|
is deprecated and will be removed from a future version of CMake. IDEs may
|
|
use the cmake-file-api(7) to view CMake-generated project build trees.
|
|
|
|
|
|
-- The C compiler identification is GNU 11.4.0
|
|
-- The CXX compiler identification is GNU 11.4.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
|
|
-- Configuring done (0.2s)
|
|
-- Generating done (0.0s)
|
|
-- Build files have been written to: /home/user/repos/goblin-maze/cmake-build-debug
|