Skip to content

Commit 3178e80

Browse files
committed
Restore comment in CMakeLists
1 parent 04d568d commit 3178e80

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CMakeLists.txt

Lines changed: 10 additions & 0 deletions
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. For
17+
# 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)