diff options
| author | sotech117 <michael_foiani@brown.edu> | 2023-12-13 00:51:26 -0500 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2023-12-13 00:51:26 -0500 |
| commit | c6f2be2fed772f300c0cdfe59a4a8a2733d15574 (patch) | |
| tree | 9006395c9d5d80e381cb626fcd0083da83d07fb9 /cmake-build-release/CMakeFiles/clion-Release-log.txt | |
| parent | c6fde36de2d02e487d86e3d04393a1b9e1661d97 (diff) | |
fixing rays directions 4d
Diffstat (limited to 'cmake-build-release/CMakeFiles/clion-Release-log.txt')
| -rw-r--r-- | cmake-build-release/CMakeFiles/clion-Release-log.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cmake-build-release/CMakeFiles/clion-Release-log.txt b/cmake-build-release/CMakeFiles/clion-Release-log.txt new file mode 100644 index 0000000..4982078 --- /dev/null +++ b/cmake-build-release/CMakeFiles/clion-Release-log.txt @@ -0,0 +1,18 @@ +"/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake" -DCMAKE_BUILD_TYPE=Release "-DCMAKE_MAKE_PROGRAM=/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/ninja/mac/ninja" -DCMAKE_PREFIX_PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake -G Ninja -S /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230 -B /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release +-- The CXX compiler identification is AppleClang 14.0.0.14000029 +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success +-- Found Threads: TRUE +-- Performing Test HAVE_STDATOMIC +-- Performing Test HAVE_STDATOMIC - Success +-- Found WrapAtomic: TRUE +-- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework +-- Found WrapOpenGL: TRUE +-- Configuring done (0.8s) +-- Generating done (0.0s) +-- Build files have been written to: /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-release |
