Commit History

Author SHA1 Message Date
  Bill Hoffman b0f4a4cb39 ENH: fix IntDir jump and build problem 23 years ago
  Bill Hoffman 96189f79d5 ENH: unify EnableLanguage across all generators 23 years ago
  Bill Hoffman 1e8914ada8 BUG: fix get make command problems. 23 years ago
  Bill Hoffman e2d1104881 determine CMAKE_MAKE_PROGRAM in EnableLanguage 23 years ago
  Andy Cedilnik 43a4436551 Fix problem on unix with space 23 years ago
  Bill Hoffman 2905d39689 ENH: check to make sure cmake matches the cmake used to generate the cache 23 years ago
  Bill Hoffman 7b54b22ccd ENH: force a global generate if the cache version does not match the running cmake 23 years ago
  Bill Hoffman d1051bb575 clean up flags with _init flags 23 years ago
  Bill Hoffman f5d95fb078 Complete rework of makefile generators expect trouble 23 years ago
  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. 23 years ago
  Andy Cedilnik c3007233ec Rename variables to remove warnings 23 years ago
  Brad King 5ce73bdd14 ENH: Added explicit declarations of some C functions that are hard to get from standard headers in como (www.comeaucomputing.com) strict mode. 23 years ago
  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 23 years ago
  Andy Cedilnik b5de000f26 Improve backward compatibility, so that all backward compatibility stuff is in two modules; fix invoking of try_compile; add checking for header files and sizes of types 23 years ago
  Ken Martin 6132184cc3 better trycompile and enable langiages 23 years ago
  Brad King de48dbbf7c ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead. Also changed putenv to setenv for comeau on linux. 23 years ago
  Ken Martin 25ff4552b3 new arch 23 years ago
  Ken Martin a888ba53fa in progress 23 years ago