summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahos <drahosp@gmail.com>2013-01-17 19:52:35 +0100
committerPeter Drahos <drahosp@gmail.com>2013-01-17 19:52:35 +0100
commitbc7574f25173dad4aa4f1c95a89aa7b069e3a778 (patch)
treeaeb17f4f24a291919d1e4f7ae66366c751f02489
parent910ebe9b272ba17395fbbea37cccc207566f7800 (diff)
downloadlua-bc7574f25173dad4aa4f1c95a89aa7b069e3a778.tar.gz
Removed unintended paste in comment
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 84d2d9a..7a44c8f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,7 +41,7 @@ if ( WIN32 AND NOT CYGWIN )
option ( LUA_WIN "Windows specific build." ON )
option ( LUA_BUILD_AS_DLL "Build Lua library as Dll." ${BUILD_SHARED_LIBS} )
- # Paths (Double escapes ne option ( LUA_BUILD_AS_DLL "Build Lua library as Dll." ON )eded)
+ # Paths (Double escapes ne option needed)
set ( LUA_DIRSEP "\\\\" )
string ( REPLACE " /" ${LUA_DIRSEP} LUA_DIR "${LUA_DIR}" )
string ( REPLACE "/" ${LUA_DIRSEP} LUA_LDIR "${LUA_LDIR}" )