Skip to content

Commit 67ecea0

Browse files
Jayman2000JeodC
authored andcommitted
Fix variable name in Linux build instructions
0b41a1b (CMake: expose BUILD_TESTNG option, rename LOGGER to ENABLE_LOGGER, 2024-04-29) had originally introduced this change. It looks like d132a1c (Merge pull request #251 from winterheart/pstring-unittests, 2024-05-01) unintentionally removed this change.
1 parent 3990cef commit 67ecea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ cmake --build --preset mac --config [Debug|Release]
5252
```sh
5353
sudo apt update
5454
sudo apt install -y --no-install-recommends ninja-build cmake g++ libsdl1.2-dev libsdl-image1.2-dev libncurses-dev zlib1g-dev libspdlog-dev
55-
cmake --preset linux -D LOGGER=[ON|OFF]
55+
cmake --preset linux -D ENABLE_LOGGER=[ON|OFF]
5656
cmake --build --preset linux --config [Debug|Release]
5757
```
5858

5959
#### Building - Linux (Fedora)
6060
```sh
6161
sudo dnf update --refresh
6262
sudo dnf install -y ninja-build cmake gcc-c++ SDL-devel SDL_image-devel ncurses-devel zlib-devel spdlog-devel
63-
cmake --preset linux -D LOGGER=[ON|OFF]
63+
cmake --preset linux -D ENABLE_LOGGER=[ON|OFF]
6464
cmake --build --preset linux --config [Debug|Release]
6565
```
6666

0 commit comments

Comments
 (0)