Skip to content

Commit ee71e4c

Browse files
committed
Restore comment in CMakeLists
1 parent 25cc295 commit ee71e4c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CMakeLists.txt

+10
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@
1313
# cloning or pulling the upstream repo. Once this is done, you don't need to do
1414
# it again until you pull from the upstream repo again.
1515
#
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+
#
1626
# ### Build ###
1727
#
1828
# NOTE: The `-j` argument specifies how many jobs/processes to use when

0 commit comments

Comments
 (0)