Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1883 for code/branches


Ignore:
Timestamp:
Oct 5, 2008, 1:14:28 AM (15 years ago)
Author:
adrfried
Message:

Fix for older CMake versions. Works on Tardis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem/cmake/UseTolua.cmake

    r1882 r1883  
    4141    OUTPUT "${_tolua_cxxfile}" "${_tolua_hfile}"
    4242    COMMAND "${TOLUA_EXECUTABLE}" -n "${_tolua_package}" -o "${_tolua_cxxfile}" -H "${_tolua_hfile}" "${_tolua_pkgfile}"
    43     DEPENDS "${_tolua_executable_name}" "${_tolua_inputfiles}"
     43    DEPENDS "${_tolua_executable_name}" ${_tolua_inputfiles}
    4444    WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
    4545  )
Note: See TracChangeset for help on using the changeset viewer.