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

Commit bcd15c5

Browse files
committedJul 31, 2012
Add missing newline
1 parent b9a70a6 commit bcd15c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ if ( WIN32 AND NOT CYGWIN )
4646
option ( LUA_BUILD_WLUA "Build wLua interpretter without console output." ON )
4747
option ( LUA_BUILD_AS_DLL "Build Lua library as Dll." ON )
4848
# Paths (Double escapes needed)
49-
set ( LUA_DIRSEP "\\\\" ) string ( REPLACE " /" ${LUA_DIRSEP} LUA_DIR "${LUA_DIR}" )
49+
set ( LUA_DIRSEP "\\\\" )
50+
string ( REPLACE " /" ${LUA_DIRSEP} LUA_DIR "${LUA_DIR}" )
5051
string ( REPLACE "/" ${LUA_DIRSEP} LUA_LDIR "${LUA_LDIR}" )
5152
string ( REPLACE "/" ${LUA_DIRSEP} LUA_CDIR "${LUA_CDIR}" )
5253
string ( REPLACE "/" ${LUA_DIRSEP} LUA_PATH_DEFAULT "${LUA_PATH_DEFAULT}" )

0 commit comments

Comments
 (0)