(base) sein@seinMacBook ~ % cmake -B build
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/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: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (0.7s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/sein/firstNote/build
(base) sein@seinMacBook ~ % cmake --build build
[ 50%] Building CXX object CMakeFiles/note.dir/note.cpp.o
[100%] Linking CXX executable note
[100%] Built target note
(base) sein@seinMacBook ~ % ./build/note
Into the Fourm - QUEST COMPLETED
Huzzah!!!