OmBiradar commented on issue #49605:
URL: https://github.com/apache/arrow/issues/49605#issuecomment-4141207737

   ```bash
   $ cmake -N --preset ninja-debug-minimal
   ```
   
   it doesn't return any response
   
   while
   
   ```bash
   $ cmake --preset -N random
   CMake Error: No such preset in /home/ink/DEV/arrow/cpp: "random"             
               Available configure presets:
   
     "ninja-debug-minimal"           - Debug build without anything enabled     
                 "ninja-debug-basic"             - Debug build with tests and 
reduced dependencies
     "ninja-debug"                   - Debug build with tests and more optional 
components
     "ninja-debug-cuda"              - Debug build with tests and CUDA 
integration               "ninja-debug-filesystems"       - Debug build with 
tests and filesystems
     "ninja-debug-flight"            - Debug build with tests and Flight
     "ninja-debug-flight-sql"        - Debug build with tests and Flight SQL    
                 "ninja-debug-flight-sql-odbc"   - Debug build with tests and 
Flight SQL ODBC
     "ninja-debug-gandiva"           - Debug build with tests and Gandiva
     "ninja-debug-python-minimal"    - Debug build for PyArrow with minimal 
features
     "ninja-debug-python"            - Debug build for PyArrow with common 
features (for backward compatibility)
     "ninja-debug-python-maximal"    - Debug build for PyArrow with everything 
enabled
     "ninja-debug-maximal"           - Debug build with everything enabled 
(except benchmarks)
     "ninja-debug-emscripten"        - Debug build which builds an Emscripten 
library
     "ninja-debug-valgrind-minimal"  - Debug build for Valgrind without 
anything enabled
     "ninja-debug-valgrind-basic"    - Debug build for Valgrind with tests and 
reduced dependencies
     "ninja-debug-valgrind"          - Debug build for Valgrind with tests and 
more optional components
     "ninja-debug-valgrind-maximal"  - Debug build for Valgrind with tests and 
everything enabled
     "ninja-debug-asan"              - Debug build for ASAN with tests and more 
optional components
     "ninja-debug-tsan"              - Debug build for TSAN with tests and more 
optional components
     "ninja-debug-ubsan"             - Debug build for UBSAN with tests and 
more optional components
     "fuzzing"                       - Debug build with IPC and Parquet fuzzing 
targets
     "ninja-release-minimal"         - Release build without anything enabled
     "ninja-release-basic"           - Release build with reduced dependencies
     "ninja-release"                 - Release build with more optional 
components
     "ninja-release-cuda"            - Release build with CUDA integration
     "ninja-release-flight"          - Release build with Flight
     "ninja-release-flight-sql"      - Release build with Flight SQL
     "ninja-release-flight-sql-odbc" - Release build with Flight SQL ODBC
     "ninja-release-gandiva"         - Release build with Gandiva
     "ninja-release-python-minimal"  - Release build for PyArrow with minimal 
features
     "ninja-release-python"          - Release build for PyArrow with common 
features (for backward compatibility)
     "ninja-release-python-maximal"  - Release build for PyArrow with 
everything enabled
     "ninja-release-maximal"         - Release build with everything enabled 
(except benchmarks)
     "ninja-release-emscripten"      - Release build which builds an Emscripten 
library
     "ninja-benchmarks-basic"        - Benchmarking build with reduced 
dependencies
     "ninja-benchmarks"              - Benchmarking build with more optional 
components
     "ninja-benchmarks-maximal"      - Benchmarking build with everything 
enabled
     "ninja-release-jni-linux"       - Build for JNI on Linux
     "ninja-release-jni-macos"       - Build for JNI on macOS
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to