From 47c8b5d57a9cb97f52f45bf6633827b73db496ac Mon Sep 17 00:00:00 2001 From: maxchen32 <65599741+maxchen32@users.noreply.github.com> Date: Sat, 21 Jan 2023 16:42:55 +0800 Subject: [PATCH] Fix a README mistake on option SPATIAL_LIBRARY (#13162) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c06207eca..284d653a6 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ Library specific options: REDIS_INCLUDE_DIR - Only when building with Redis; directory that contains hiredis.h REDIS_LIBRARY - Only when building with Redis; path to libhiredis.a/libhiredis.so SPATIAL_INCLUDE_DIR - Only when building with LibSpatial; directory that contains spatialindex/SpatialIndex.h - SPATIAL_LIBRARY - Only when building with LibSpatial; path to libspatialindex_c.so/spatialindex-32.lib + SPATIAL_LIBRARY - Only when building with LibSpatial; path to libspatialindex.so/spatialindex-32.lib LUA_INCLUDE_DIR - Only if you want to use LuaJIT; directory where luajit.h is located LUA_LIBRARY - Only if you want to use LuaJIT; path to libluajit.a/libluajit.so OGG_DLL - Only if building with sound on Windows; path to libogg.dll