From 7709e1e5f8d8429308ae20d366171fdf6e64bee8 Mon Sep 17 00:00:00 2001 From: JosiahWI <41302989+JosiahWI@users.noreply.github.com> Date: Sun, 1 Aug 2021 04:39:28 -0500 Subject: [PATCH] Fix incorrect documentation in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecd1d105..254d0a12 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ e.g. on a Linux system you might want to build for local use like this: cmake . -DBUILD_SHARED_LIBS=OFF make -j$(nproc) -This will put an IrrlichtMtTargets.cmake file into a cmake/ directory in the current build directory, and it can then be imported from another project by pointing find_package() to the source directory of this project, or by setting the CMAKE_PREFIX_PATH variable to that same path. +This will put an IrrlichtMtTargets.cmake file into the cmake directory in the current build directory, and it can then be imported from another project by pointing `find_package()` to the build directory, or by setting the `CMAKE_PREFIX_PATH` variable to that same path. Platforms ---------