Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 13, 2009, 6:41:05 PM (16 years ago)
Author:
rgrieder
Message:

Several small fixes and some removed warnings

Location:
code/branches/pch/cmake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/cmake/GenerateToluaBindings.cmake

    r2710 r3159  
    4848  )
    4949  SOURCE_GROUP("Tolua" FILES ${_tolua_cxxfile} ${_tolua_hfile})
     50  # Disable annoying GCC warnings
     51  IF(CMAKE_COMPILER_IS_GNU)
     52    SET_SOURCE_FILES_PROPERTIES(${_tolua_cxxfile} PROPERTIES COMPILE_FLAGS "-w")
     53  ENDIF()
    5054
    5155  # Create temporary package file
  • code/branches/pch/cmake/LibraryConfig.cmake

    r2925 r3159  
    172172##### Boost #####
    173173# Expand the next statement if newer boost versions than 1.36.1 are released
    174 SET(Boost_ADDITIONAL_VERSIONS 1.37 1.37.0)
     174SET(Boost_ADDITIONAL_VERSIONS 1.37 1.37.0 1.38 1.38.0 1.39 1.39.0)
    175175# MSVC seems to be the only compiler requiring date_time
    176176IF(MSVC)
Note: See TracChangeset for help on using the changeset viewer.