Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
poscat0x04 authored and sbiscigl committed May 29, 2024
1 parent a572737 commit 164736b
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 @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
option(LEGACY_BUILD "If enabled, the SDK will use 1.11.0 version of CMake files to build" ON)
if (LEGACY_BUILD)
message(WARNING "In 1.11 releases, we are releasing experimental alternative building mode."
"By setting -DLEGACY_MODE=OFF you can test our advances in modern CMake building and "
"By setting -DLEGACY_BUILD=OFF you can test our advances in modern CMake building and "
"provide early feedback. "
"The legacy support is set by default in 1.11, when you complete build updating scripts please "
"update the build flags as mentioned in README.md and set -DLEGACY_BUILD=OFF. "
Expand Down

0 comments on commit 164736b

Please sign in to comment.