Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Modernize FindVTK module | Brad King | 2009-10-07 | 1 | -61/+48 |
| | | | | | | | | | | This teaches the FindVTK module to use the Config mode of find_package() to search for VTKConfig in the common case. The old search method based on find_path() and UseVTK is now used only to search for VTK 4.0. This approach avoids the need to update the module for each new VTK version because find_package(VTK) automatically searches "lib/vtk*". It also addresses issue #9105 since find_package searches lib64 paths too. | ||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
| | | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | BUG: Fix issue #8804. Add vtk-5.4 lib path to the FindVTK.cmake module. | David Cole | 2009-03-31 | 1 | -0/+1 |
| | |||||
* | BUG: don't fail with FATAL_ERROR if REQUIRED was not used | Alexander Neundorf | 2008-04-27 | 1 | -6/+6 |
| | | | | Alex | ||||
* | ENH: Add ability to find VTK 5 without user help. | Brad King | 2006-05-23 | 1 | -1/+6 |
| | |||||
* | ENH: cleanups | Ken Martin | 2005-12-15 | 1 | -15/+19 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -23/+19 |
| | |||||
* | ENH: Cleanup. Use relative path to modules | Andy Cedilnik | 2004-08-27 | 1 | -1/+1 |
| | |||||
* | BUG#682: Adding environment variable check to FIND_PACKAGE command. | Brad King | 2004-04-26 | 1 | -0/+3 |
| | |||||
* | ENH: Terminate with a FATAL_ERROR if FIND_PACKAGE command was called with ↵ | Brad King | 2004-04-21 | 1 | -0/+4 |
| | | | | REQUIRED argument and package was not found. | ||||
* | ENH: Improved error message for VTK_DIR not found to refer to it as a cache ↵ | Brad King | 2003-07-24 | 1 | -1/+1 |
| | | | | entry. Some users thought this was supposed to be an environment variable. | ||||
* | BUG: When VTK is not found, it should be fatal error | Andy Cedilnik | 2003-06-06 | 1 | -1/+1 |
| | |||||
* | ENH: Updated documentation. | Brad King | 2003-01-21 | 1 | -3/+0 |
| | |||||
* | BUG: Fix for application of expand-list-variables. | Brad King | 2003-01-17 | 1 | -3/+3 |
| | |||||
* | ENH: Added support for finding/using VTK 4.0 without using its UseVTK.cmake ↵ | Brad King | 2002-12-05 | 1 | -27/+20 |
| | | | | file that does a LOAD_CACHE. | ||||
* | ENH: Added support to find VTK 4.0. | Brad King | 2002-11-20 | 1 | -12/+34 |
| | |||||
* | ENH: Only search VTK_INSTALL_PATH if USE_INSTALLED_VTK is on. Only search ↵ | Brad King | 2002-11-20 | 1 | -4/+4 |
| | | | | VTK_BINARY_PATH if USE_BUILT_VTK is on. | ||||
* | ENH: New implementation of FindVTK to take advantage of VTKConfig.cmake. ↵ | Brad King | 2002-11-20 | 1 | -127/+102 |
| | | | | Also provides more powerful search path mechanism, and requires only one cache entry in user project. | ||||
* | More finds for VTK | Andy Cedilnik | 2002-04-01 | 1 | -4/+15 |
| | |||||
* | Add some more locations of VTK | Andy Cedilnik | 2002-03-31 | 1 | -0/+3 |
| | |||||
* | ENH: Added option of disabling error message when VTK is not found. | Brad King | 2002-01-22 | 1 | -1/+6 |
| | |||||
* | More user friendly (built tree is automatically used). | Sebastien Barre | 2002-01-07 | 1 | -66/+48 |
| | |||||
* | Change so that different flavours of VTK might be chosen by the user. See ↵ | Sebastien Barre | 2001-12-21 | 1 | -65/+122 |
| | | | | full instructions in that file. | ||||
* | ENH: Also look for 4.2, 4.1, 4.0 | Sebastien Barre | 2001-12-20 | 1 | -0/+8 |
| | |||||
* | use find_file and not just a set for USE_VTK_FILE | Bill Hoffman | 2001-10-26 | 1 | -1/+1 |
| | |||||
* | changes to chamghe | Ken Martin | 2001-09-25 | 1 | -1/+7 |
| | |||||
* | better install targets | Ken Martin | 2001-09-21 | 1 | -8/+14 |
| | |||||
* | updates | Ken Martin | 2001-09-20 | 1 | -29/+13 |
| | |||||
* | minor changes | Ken Martin | 2001-09-20 | 1 | -8/+8 |
| | |||||
* | removed some VTK stuff | Ken Martin | 2001-09-20 | 1 | -0/+3 |
| | |||||
* | updated to how FindVTK works | Ken Martin | 2001-09-19 | 1 | -9/+69 |
| | |||||
* | Module to search for VTK include and library paths | Luis Ibanez | 2001-05-23 | 1 | -0/+16 |