From 3178e8021544fdeb794725848c89b0122dc0ca49 Mon Sep 17 00:00:00 2001 From: Gregory Comer Date: Wed, 27 Mar 2024 14:09:45 -0700 Subject: [PATCH] Restore comment in CMakeLists --- CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 432a809d357..e0bf6e5e481 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,16 @@ # cloning or pulling the upstream repo. Once this is done, you don't need to do # it again until you pull from the upstream repo again. # +# NOTE: Build options can be configured by passing arguments to cmake. For +# example, to enable the EXECUTORCH_BUILD_XNNPACK option, change the cmake +# command to 'cmake -DEXECUTORCH_BUILD_XNNPACK=ON ..'. +#[[ + (rm -rf cmake-out \ + && mkdir cmake-out \ + && cd cmake-out \ + && cmake ..) +]] +# # ### Build ### # # NOTE: The `-j` argument specifies how many jobs/processes to use when