From 5f4235a754a391153db6fe4934dad70159bf26fe Mon Sep 17 00:00:00 2001
From: Cullen Rhodes <cullen.rhodes@arm.com>
Date: Tue, 20 Aug 2024 08:28:10 +0100
Subject: [PATCH] Build flag IREE_EMBED_RELEASE_INFO should be
 IREE_EMBEDDED_RELEASE_INFO (#18285)

This is consistent with it's usage.

Signed-off-by: Cullen Rhodes <cullen.rhodes@arm.com>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c42e006168a2..963a6f1c2803 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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 "")