Skip to content
Prev Previous commit
Next Next commit
comment update
  • Loading branch information
dconeybe committed Oct 17, 2022
commit 1a64da4fbfbdef58105cacc8113cb0f6976808e8
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@ else()

# The cmake executable to use when compiling flatc. Normally, the default
# value (finding cmake in the PATH) is fine; however, in cases where cmake is
# *not* in the PATH (e.g. when building from CLion) it must be specified via
# via this cache variable.
# *not* in the PATH (e.g. when building from CLion using the Android
# toolchain) it must be specified via via this cache variable.
set(FIREBASE_FLATC_CMAKE_COMMAND "cmake" CACHE FILEPATH
"The cmake command to use when compiling flatc.")

Expand Down