- Jul 02, 2004
-
-
Brad King authored
-
Andy Cedilnik authored
BUG: If the destination is the same as source, do not copy file. Fixes Bug #956 - make install broken
-
Andy Cedilnik authored
-
- Jun 30, 2004
-
-
Bill Hoffman authored
ENH: add CMAKE_FILE_PATH, CMAKE_PROGRAM_PATH, CMAKE_LIBRARY_PATH, and search them first, PATH second, and last the paths listed in the FIND call
-
Andy Cedilnik authored
-
- Jun 29, 2004
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
- Jun 28, 2004
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
BUG: Replace MATCHES with STREQUAL for better checking, better checking for existence of swig directory, verify if required flag was set, support fedora's location of swig. Fixes Bug #955 - Swig on fedora and Bug #954 - FIND_PACKAGE(SWIG REQUIRED)
-
- Jun 26, 2004
-
-
Bill Hoffman authored
-
- Jun 25, 2004
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- Jun 24, 2004
-
-
Bill Hoffman authored
-
Bill Hoffman authored
BUG: exec program should not fail if it can not exec the program, but should only set the return value to -1 and set the output to the reason for the failure.
-
- Jun 23, 2004
-
-
Bill Hoffman authored
BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false when it does not run, also do not convert the directory to an output path for EXEC_PROGRAM as this is done by the process execution, and doing it twice may cause trouble on some shells.
-
Bill Hoffman authored
-
Brad King authored
-
- Jun 22, 2004
-
-
Bill Hoffman authored
-
- Jun 21, 2004
-
-
Bill Hoffman authored
-
- Jun 18, 2004
-
-
Brad King authored
BUG: Added special hack for VTK 4.0-4.4 to re-enable automatic addition of current source directory to -I path.
-
Brad King authored
-
Brad King authored
BUG: Need to preserve automatic addition of source tree to -I path if CMAKE_BACKWARDS_COMPATIBILITY is set to below 2.0.
-
Brad King authored
-
Brad King authored
-
- Jun 16, 2004
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- Jun 15, 2004
-
-
Brad King authored
This is not consistent with the Visual Studio generators which do not provide this path. It should not be added anyway because it is adding an include path not requested by the CMakeLists.txt code. The code I'm removing was originally added in revision 1.17 of cmUnixMakefileGenerator.cxx as a part of several other changes and has a commit log entry of "some bug fixes" It was propagated from their to cmLocalUnixMakefileGenerator.cxx. Since all our projects build in the VS IDE without this include path, it should not be needed. Users can easily fix problems caused by this by adding INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}) to their CMakeLists.txt code. This was often necessary previously when a project was originally written on a Unix system and then built with Visual Studio.
-
Bill Hoffman authored
-
- Jun 14, 2004
-
-
Bill Hoffman authored
-
Ken Martin authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- Jun 11, 2004
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-