diff options
author | lijunlong <lijunlong@openresty.com> | 2023-02-22 21:34:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 21:34:30 +0800 |
commit | 41eee7406b0f048392168515b09e7d8bdd000624 (patch) | |
tree | 987f37890364caf90a1229113b7ba80a9c8ca185 /CMakeLists.txt | |
parent | de93a78d3002ee72bb1c7e3a629d67e19623a4ae (diff) | |
download | lua-cjson-41eee7406b0f048392168515b09e7d8bdd000624.tar.gz lua-cjson-41eee7406b0f048392168515b09e7d8bdd000624.tar.bz2 lua-cjson-41eee7406b0f048392168515b09e7d8bdd000624.zip |
Add updated netlib dtoa.c from https://netlib.sandia.gov/fp/dtoa.c
Co-authored-by: Jesper Lundgren <jesperlundgren@exosite.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c1d670d..f7eaf89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -4,7 +4,7 @@ | |||
4 | # Windows: set LUA_DIR=c:\lua51 | 4 | # Windows: set LUA_DIR=c:\lua51 |
5 | 5 | ||
6 | project(lua-cjson C) | 6 | project(lua-cjson C) |
7 | cmake_minimum_required(VERSION 2.6) | 7 | cmake_minimum_required(VERSION 2.8.12) |
8 | 8 | ||
9 | option(USE_INTERNAL_FPCONV "Use internal strtod() / g_fmt() code for performance") | 9 | option(USE_INTERNAL_FPCONV "Use internal strtod() / g_fmt() code for performance") |
10 | option(MULTIPLE_THREADS "Support multi-threaded apps with internal fpconv - recommended" ON) | 10 | option(MULTIPLE_THREADS "Support multi-threaded apps with internal fpconv - recommended" ON) |