Skip to content

Commit 9922c54

Browse files
GregoryComerfacebook-github-bot
authored andcommitted
Restore CMake configure comment (#2723)
Summary: A comment at the top of the top-level CMakeLists.txt file was removed previously as part of an update to automatically download buck. I removed more than was needed. This change restores the comment (minus the explicit buck path). Pull Request resolved: #2723 Test Plan: This is a comment-only change. I did configure and build on linux x86-64 to validate syntax. Reviewed By: mcr229 Differential Revision: D55445749 Pulled By: GregoryComer fbshipit-source-id: ff8cb601e71be4231f4e853b993bad9f54ea7144
1 parent 649eea9 commit 9922c54

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)