mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
cmake: Remove unused BUILD_OOTCPP guard from configuration.
Clean up the CMake configuration by removing the obsolete `BUILD_OOTCPP` guard. This variable is no longer required since out-of-tree build handling is now managed via the enhanced `nuttx_add_subdirectory()` with EXCLUDE support. * Simplifies CMake configuration command. * Avoids redundant or unused build options. Signed-off-by: trns1997 <trns1997@gmail.com>
This commit is contained in:
@@ -63,7 +63,7 @@ echo "=== [4/5] Building OOT ==="
|
||||
rm -rf "$BUILD_DIR"
|
||||
mkdir -p "$BUILD_DIR"
|
||||
cd "$BUILD_DIR"
|
||||
cmake .. -DCMAKE_TOOLCHAIN_FILE="$TOOLCHAIN_FILE" -DBUILD_OOTCPP=ON
|
||||
cmake .. -DCMAKE_TOOLCHAIN_FILE="$TOOLCHAIN_FILE"
|
||||
make -j"$(nproc)"
|
||||
|
||||
echo "=== [5/5] Verifying Output ==="
|
||||
|
||||
Reference in New Issue
Block a user