We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cc295 commit ee71e4cCopy full SHA for ee71e4c
CMakeLists.txt
@@ -13,6 +13,16 @@
13
# cloning or pulling the upstream repo. Once this is done, you don't need to do
14
# it again until you pull from the upstream repo again.
15
#
16
+# NOTE: Build options can be configured by passing arguments to cmake.
17
+# For example, to enable the EXECUTORCH_BUILD_XNNPACK option, change the cmake
18
+# command to 'cmake -DEXECUTORCH_BUILD_XNNPACK=ON ..'.
19
+#[[
20
+ (rm -rf cmake-out \
21
+ && mkdir cmake-out \
22
+ && cd cmake-out \
23
+ && cmake ..)
24
+]]
25
+#
26
# ### Build ###
27
28
# NOTE: The `-j` argument specifies how many jobs/processes to use when
0 commit comments