Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 12, 2009, 1:33:55 PM (15 years ago)
Author:
rgrieder
Message:
  • Use $ENV{BOOST_ROOT} to find boost if possible
  • Set TOLUA_PARSER_WORKING_DIRECTORY now defaults to ${CMAKE_RUNTIME_OUTPUT_PATH}
  • Added bin/release, bin/debug, release and debug to the Ogre library prefix paths
  • Lots of small fixes and changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/cmake/DetermineVersion.cmake

    r2580 r2583  
    1717#    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
    1818
    19 MACRO(DetermineVersion _name _file)
     19MACRO(DETERMINE_VERSION _name _file)
    2020  FILE(READ ${_file} _file_content)
    2121  IF(_file_content)
     
    4242    MARK_AS_ADVANCED(${_name}_VERSION)
    4343  ENDIF(_file_content)
    44 ENDMACRO(DetermineVersion)
     44ENDMACRO(DETERMINE_VERSION)
Note: See TracChangeset for help on using the changeset viewer.