Show
Ignore:
Timestamp:
11/02/09 01:09:42 (15 years ago)
Author:
mido
Message:

new version of libconfig added
an improvement of testsuite - calling of "testsuite print" prints all the currently prepared unit tests
a CMakeLists.txt modificiation to remowe CMake 2.8 warnings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/unittest-cpp/CMakeLists.txt

    r418 r689  
    1212add_library(unittest ${unittest_src}) 
    1313 
    14 add_subdirectory(Posix) 
    15 add_subdirectory(Win32) 
     14# From CMake version 2.8, it is not allowed to add subdirectories without  
     15# their CMakeLists, therfore were the following two lines commented out: 
     16# add_subdirectory(Posix) 
     17# add_subdirectory(Win32)