/[debian-med]/trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian
ViewVC logotype

Contents of /trunk/packages/insighttoolkit/trunk/debian/CMakeCache.txt.debian

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1679 - (hide annotations) (download)
Sat Apr 5 05:05:16 2008 UTC (5 years, 2 months ago) by smr
File size: 1389 byte(s)
Build with MINC2.
1 smr 1070
2     # This is the Kickstart CMakeCache file for the Debian build of ITK.
3     # Only those settings that are changed from the default are specified.
4    
5     // Conform to VTK's setting
6     CMAKE_CXX_COMPILER:STRING=/usr/bin/c++
7    
8     // Don't build examples now (let the user later)
9     BUILD_EXAMPLES:BOOL=OFF
10    
11     // Build ITK with shared libraries
12     BUILD_SHARED_LIBS:BOOL=ON
13    
14     // Don't bother building the testing tree
15     BUILD_TESTING:BOOL=OFF
16    
17     // Give us an optimised release build
18     CMAKE_BUILD_TYPE:STRING=RELWITHDEBINFO
19    
20     // Install path prefix, prepended onto install directories
21     CMAKE_INSTALL_PREFIX:PATH=/usr
22    
23     #// Need to add this soon
24     #BUILD_DOXYGEN:BOOL=ON
25    
26     // The code still uses the older #include <iostream.h> style
27     CMAKE_CXX_FLAGS:STRING=-Wno-deprecated
28    
29     // We do not want rpath enabled
30     CMAKE_SKIP_RPATH:BOOL=ON
31    
32     //Build cswig Java wrapper support
33     ITK_CSWIG_JAVA:BOOL=OFF
34    
35     //Build cswig Python wrapper support (requires CableSwig).
36 smr 1360 ITK_CSWIG_PYTHON:BOOL=ON
37 smr 1070
38     //Build cswig Tcl wrapper support (requires CableSwig).
39     ITK_CSWIG_TCL:BOOL=OFF
40    
41     // We haven't packaged this (yet)
42     ITK_DATA_ROOT:PATH=ITK_DATA_ROOT_NOTFOUND
43    
44     // Use the system libraries for these
45     ITK_USE_SYSTEM_JPEG:BOOL=ON
46     ITK_USE_SYSTEM_PNG:BOOL=ON
47     ITK_USE_SYSTEM_TIFF:BOOL=ON
48     ITK_USE_SYSTEM_ZLIB:BOOL=ON
49 smr 1074
50 smr 1679 // Optional libraries
51     ITK_USE_MINC2:BOOL=ON
52    
53 smr 1074 // Enable concept checking
54     ITK_USE_CONCEPT_CHECKING:BOOL=ON
55     ITK_USE_STRICT_CONCEPT_CHECKING:BOOL=ON

  ViewVC Help
Powered by ViewVC 1.1.5