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

Commit

Permalink
Updated cmake and restricted dependency to 5.1 lua. Fails with lua 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Sep 12, 2012
1 parent 2111407 commit 49df95e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Expand Up @@ -12,7 +12,7 @@ include ( lua )
find_package ( Lua )

# Squish itself
add_custom_command ( OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/squish
add_custom_target ( bootstrap ALL
COMMAND ${LUA_EXECUTABLE} squish.lua -q --with-minify --with-uglyfy --with-compile --with-virtual-io
COMMAND ${LUA_EXECUTABLE} squish -q gzip
COMMAND ${LUA_EXECUTABLE} squish -q debug
Expand All @@ -21,5 +21,4 @@ add_custom_command ( OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/squish
)

install_lua_executable ( squish ${CMAKE_CURRENT_SOURCE_DIR}/squish )

install_data ( README COPYRIGHT CHANGES )
4 changes: 2 additions & 2 deletions dist.info
Expand Up @@ -10,5 +10,5 @@ url = "http://code.matthewwild.co.uk/squish"
maintainer = "Peter Drahoš"

depends = {
"lua >= 5.1"
}
"lua ~> 5.1"
}

0 comments on commit 49df95e

Please sign in to comment.