From 0ad9a6f596389f1ed38151654b262acf94aa9026 Mon Sep 17 00:00:00 2001 From: Mike Chang <62353586+amzn-changml@users.noreply.github.com> Date: Fri, 26 Mar 2021 13:38:52 -0700 Subject: [PATCH] Remove monolithic flag from Readme Remove monolithic game flag to engine build command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5244a5ea60..258b1ebf60 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ If you have the Git credential manager core installed, you should not be prompte 5. Configure the source into a solution using this command line, replacing to a path you've created ``` - cmake -B -S -G "Visual Studio 16 2019" -DLY_3RDPARTY_PATH=%LY_3RDPARTY_PATH% -DLY_UNITY_BUILD=ON -DLY_PROJECTS=AutomatedTesting -DLY_MONOLITHIC_GAME=1 + cmake -B -S -G "Visual Studio 16 2019" -DLY_3RDPARTY_PATH=%LY_3RDPARTY_PATH% -DLY_UNITY_BUILD=ON -DLY_PROJECTS=AutomatedTesting ``` 6. Alternatively, you can do this through the CMake GUI: @@ -107,4 +107,4 @@ If you have the Git credential manager core installed, you should not be prompte ## License -For terms please see the LICENSE*.TXT file at the root of this distribution. \ No newline at end of file +For terms please see the LICENSE*.TXT file at the root of this distribution.