Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2748 for code/trunk/cmake


Ignore:
Timestamp:
Mar 4, 2009, 10:48:08 PM (15 years ago)
Author:
rgrieder
Message:
  • Removed very old testing file
  • Removed old testing CMake code. Also removes deprecated options in the CMake Cache.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/BuildConfig.cmake

    r2723 r2748  
    119119################# Test options ##################
    120120
    121 OPTION(TESTING_ENABLE "Enable build tests.")
    122 IF(TESTING_ENABLE)
    123   ENABLE_TESTING()
    124 ENDIF(TESTING_ENABLE)
    125 
    126 OPTION(NETWORK_TESTING_ENABLED "Build network testing tools: i.e. chatclient chatserver and alike.")
    127 OPTION(NETWORKTRAFFIC_TESTING_ENABLED "Build dummyserver4 and dummyclient4.")
    128 
    129121
    130122############# Installation Settings #############
Note: See TracChangeset for help on using the changeset viewer.