summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2012-09-30 16:53:04 +0200
committerPeter Drahoš <drahosp@gmail.com>2012-09-30 16:53:04 +0200
commitbf6079136abfacb7ef14b14b3fa0bd0d9e873c3c (patch)
treef3363e2b67649ce3398c0393f3aa325f5078f0a6
parenta59bf2f269d1a9ecab68b8dacc9ec6a9c9cabf5b (diff)
downloadlua-bf6079136abfacb7ef14b14b3fa0bd0d9e873c3c.tar.gz
Formatting
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 12e1e35..8a0e107 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,7 @@ if ( WIN32 AND NOT CYGWIN )
option ( LUA_WIN "Windows specific build." ON )
option ( LUA_BUILD_WLUA "Build wLua interpretter without console output." ON )
option ( LUA_BUILD_AS_DLL "Build Lua library as Dll." ${BUILD_SHARED_LIBS} )
- if ( LUA_BUILD_AS_DLL )
+ if ( LUA_BUILD_AS_DLL )
add_definitions ( -DLUA_BUILD_AS_DLL )
endif ()