summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2013-06-14 16:04:06 +0200
committerPeter Drahoš <drahosp@gmail.com>2013-06-14 16:04:06 +0200
commitceb92f3d955faa317ce0703e788dcbdaeef81407 (patch)
treeda9b94b4f9624df1f8f9b969220c43eaa52d9819
parenta1d727dbf9bedd795825639c657260e3ee8f25d7 (diff)
downloadlua-ceb92f3d955faa317ce0703e788dcbdaeef81407.tar.gz
Added mission POSIX option
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa0c893..b025a53 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,6 +51,7 @@ if ( WIN32 AND NOT CYGWIN )
string ( REPLACE "/" ${LUA_DIRSEP} LUA_CPATH_DEFAULT "${LUA_CPATH_DEFAULT}" )
else ( )
# Posix systems (incl. Cygwin)
+ option ( LUA_USE_POSIX "Use POSIX features." ON )
option ( LUA_USE_DLOPEN "Use dynamic linker to load modules." ON )
option ( LUA_USE_MKSTEMP "Use mkstep." ON )
option ( LUA_USE_ISATTY "Use tty." ON )