Bill Hoffman
|
a8a087b099
|
move compile defs to cxx and c flags
|
2002-11-21 15:15:49 -05:00 |
Bill Hoffman
|
c544cb4307
|
clean up entire temp directory
|
2002-11-21 14:59:41 -05:00 |
Bill Hoffman
|
a7098d1433
|
move ansi cxx flags stuff out of try compile and into cmake files
|
2002-11-21 14:11:53 -05:00 |
Bill Hoffman
|
f5d95fb078
|
Complete rework of makefile generators expect trouble
|
2002-11-08 15:46:08 -05:00 |
Brad King
|
1f6a3c67b1
|
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
2002-10-23 18:03:27 -04:00 |
Andy Cedilnik
|
561a3da204
|
Several changes: COMPILE_DEFINITIONS is now depricated. If you want to specify some, use CMAKE_FLAGS -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include path, ... It now detects wether the file is C or C++ and uses the apropriate project command, it also does the right thing when doing try_compile, so it does not execute configure for every single try_compile
|
2002-09-25 10:07:45 -04:00 |
Andy Cedilnik
|
565adb8115
|
Fix HP build
|
2002-09-23 14:04:02 -04:00 |
Andy Cedilnik
|
48fe81acdd
|
Try to remove some warnings
|
2002-09-23 13:32:14 -04:00 |
Andy Cedilnik
|
e6406f681d
|
Abstract cleaning of files and add code that deletes files from Debug subdirectory
|
2002-09-23 11:06:01 -04:00 |
Andy Cedilnik
|
202600f95a
|
Add GetLocal on cmMakefile and on local builds do not perform tests
|
2002-09-20 15:01:00 -04:00 |
Andy Cedilnik
|
157e2b4ac3
|
Add option of TRY_COMPILE to store the output of compilation so that if the output fails you can display it or store it in the file
|
2002-09-20 13:15:56 -04:00 |
Andy Cedilnik
|
b17cfc7584
|
Fix try compile with second signature, remove cmake lists from cache so that multiple tests work
|
2002-09-19 14:36:46 -04:00 |
Ken Martin
|
d4f5545007
|
updated to try compile
|
2002-09-19 09:49:14 -04:00 |
Ken Martin
|
610ff11cf3
|
now Try compile can include CMAKE_FLAGS
|
2002-09-18 11:37:40 -04:00 |
Brad King
|
d631e114f9
|
BUG: Generated CMakeLists.txt file needs to take CMAKE_ANSI_CXXFLAGS into account.
|
2002-09-17 15:41:21 -04:00 |
Ken Martin
|
83f61619a3
|
slight change in signature
|
2002-09-17 09:16:53 -04:00 |
Ken Martin
|
7e6f9fff2b
|
fix to the cleanup code
|
2002-09-13 11:02:15 -04:00 |
Ken Martin
|
b3b0eeba05
|
fix to the cleanup code
|
2002-09-13 11:01:29 -04:00 |
Ken Martin
|
6132184cc3
|
better trycompile and enable langiages
|
2002-09-13 10:42:50 -04:00 |
Ken Martin
|
31f714fc2a
|
another signature for Try_Compile
|
2002-09-12 11:08:35 -04:00 |
Ken Martin
|
5608a9a129
|
updated signature
|
2002-09-10 16:52:56 -04:00 |
Ken Martin
|
4855fe5c10
|
an early checking not complete
|
2002-08-28 14:49:25 -04:00 |