Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 11, 2007, 5:07:04 PM (17 years ago)
Author:
nicolasc
Message:

fixed FindOGRE\nshould compile on tardis now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/Tutorial/CMakeLists.txt

    r39 r40  
    11PROJECT(Tutorial)
    22
    3 CMAKE_CXX_COMPILER(CC="gcc-3.4 gcc-4.1.2 gcc" CXX="g++-3.4 g++-4.1.2 g++")
     3SET(CMAKE_C_COMPILER CC="gcc-3.4 gcc-4.1.2 gcc" CXX="g++-3.4 g++-4.1.2 g++")
    44
    55SET(SRC_FILES src/main.cpp)
Note: See TracChangeset for help on using the changeset viewer.