25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
/home/brett/.cache/JetBrains/RemoteDev/dist/68305831d57ea_CLion-2022.2.4/bin/cmake/linux/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/home/brett/.cache/JetBrains/RemoteDev/dist/68305831d57ea_CLion-2022.2.4/bin/ninja/linux/ninja -DCOMPILE_GUI:BOOL=ON -DCOMPILE_OPENCL:BOOL=ON -G Ninja -S "/home/brett/Documents/Brock/CS 3P93/Project/Step 3" -B "/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-debug"
|
|
-- The C compiler identification is GNU 12.2.0
|
|
-- The CXX compiler identification is GNU 12.2.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
|
|
release mode
|
|
Compiling with GUI.
|
|
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
|
|
Found GLFW3!
|
|
-- Looking for CL_VERSION_2_2
|
|
-- Looking for CL_VERSION_2_2 - found
|
|
-- Found OpenCL: /usr/lib/x86_64-linux-gnu/libOpenCL.so (found version "2.2")
|
|
-- GLM: Version 0.9.9.9
|
|
-- Configuring done
|
|
-- Generating done
|
|
-- Build files have been written to: /home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-debug
|