Skip to content

Commit

Permalink
Restore CMake configure comment (#2723)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
GregoryComer authored and facebook-github-bot committed Mar 28, 2024
1 parent 649eea9 commit 9922c54
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9922c54

Please sign in to comment.