Skip to content

Commit

Permalink
Build flag IREE_EMBED_RELEASE_INFO should be IREE_EMBEDDED_RELEASE_IN…
Browse files Browse the repository at this point in the history
…FO (#18285)

This is consistent with it's usage.

Signed-off-by: Cullen Rhodes <[email protected]>
  • Loading branch information
c-rhodes committed Aug 20, 2024
1 parent 95d5562 commit 5f4235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ option(IREE_BUILD_BUNDLED_LLVM "Builds the bundled llvm-project (vs using instal
set(IREE_RELEASE_PACKAGE_SUFFIX "" CACHE STRING "Suffix to append to distributed package names")
set(IREE_RELEASE_VERSION "0.1a1" CACHE STRING "Version to embed in distributed packages")
set(IREE_RELEASE_REVISION "HEAD" CACHE STRING "Version control revision information to embed in distributed packages")
option(IREE_EMBED_RELEASE_INFO "Embed the IREE version information in built artifacts." OFF)
option(IREE_EMBEDDED_RELEASE_INFO "Embed the IREE version information in built artifacts." OFF)

# Using already built host binaries, such as for cross-compilation.
set(IREE_HOST_BIN_DIR_DEFAULT "")
Expand Down

0 comments on commit 5f4235a

Please sign in to comment.