- updated for debian compliance

This commit is contained in:
Mark Vejvoda
2012-11-12 04:42:05 +00:00
parent df51816eb5
commit 2469503128
5 changed files with 2 additions and 19 deletions

View File

@@ -9,9 +9,6 @@
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
# [RCL] FIXME: is it future proof with names like lua5.1? Kubuntu does not provide
# a generic (version-independent) include directory for LUA...
OPTION(WANT_STATIC_LIBS "builds as many static libs as possible" OFF)
IF(WANT_STATIC_LIBS)
OPTION(LUA_STATIC "Set to ON to link your project with static library (instead of DLL)." ON)