Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit bf60791

Browse files
committed
Formatting
1 parent a59bf2f commit bf60791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if ( WIN32 AND NOT CYGWIN )
4545
option ( LUA_WIN "Windows specific build." ON )
4646
option ( LUA_BUILD_WLUA "Build wLua interpretter without console output." ON )
4747
option ( LUA_BUILD_AS_DLL "Build Lua library as Dll." ${BUILD_SHARED_LIBS} )
48-
if ( LUA_BUILD_AS_DLL )
48+
if ( LUA_BUILD_AS_DLL )
4949
add_definitions ( -DLUA_BUILD_AS_DLL )
5050
endif ()
5151

0 commit comments

Comments
 (0)