[root]/Utilities/BuildSystem
CMake
(4 files, 1384 lines)
Core
(0 files, 0 lines)
ITK
(1 files, 16 lines)
KWWidgets
(1 files, 9 lines)
Slicer3
(1 files, 9 lines)
Teem
(1 files, 10 lines)
VTK
(1 files, 9 lines)
Modules
(0 files, 0 lines)
TestModule1
(1 files, 12 lines)
TestModule2
(1 files, 10 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 5 (100.0%) | 95 (100.0%) | 19.0 |
| barre | 3 (60.0%) | 95 (100.0%) | 31.6 |
| jcfr | 1 (20.0%) | 0 (0.0%) | 0.0 |
| hjohnson | 1 (20.0%) | 0 (0.0%) | 0.0 |
ENH: Update CMakeLists.txt - CMake 2.6 is now required
The following line have been added:
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(COMMAND CMAKE_POLICY)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
0 lines of code changed in 1 file:
ENH: support for new cameras and new views. Port from Slicer 3.4 branch. As mentioned on the mailing list, apologies for instabilities while these core changes are further tested. Fiducials do not seem to follow camera for example, this will be fixed. Send bugs to sebastien.barre@kitware.com; Thank you.
1 lines of code changed in 1 file:
COMP: With the conversion to CMake version 2.6, the variables CMAKE_RUNTIME_OUTPUT_DIRECTORY CMAKE_LIBRARY_OUTPUT_DIRECTORY CMAKE_ARCHIVE_OUTPUT_DIRECTORY should be used instead of EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH.
0 lines of code changed in 1 file:
ENH: moved from Sandbox
1 lines of code changed in 1 file:
ENH: move experimental module BuildSystem macros from the Sandbox to Slcier
93 lines of code changed in 1 file: