Andreas Mohr
|
bf019d765d
Fix spelling and typos (non-binary)
|
13 years ago |
Rolf Eike Beer
|
8ebf74b02f
Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()
|
13 years ago |
Rolf Eike Beer
|
b04650e163
use the find_* functions ENV parameter
|
13 years ago |
Kitware Robot
|
9db3116226
Remove CMake-language block-end command arguments
|
13 years ago |
Kitware Robot
|
77543bde41
Convert CMake-language commands to lower case
|
13 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Todd Gamblin
|
2cde67a781
Modules: Fix spelling 'To distributed' -> 'To distribute'
|
15 years ago |
Brad King
|
2c1a01dc6d
Modernize FindVTK module
|
16 years ago |
Brad King
|
c4bb9c9d42
Convert CMake find-modules to BSD License
|
16 years ago |
David Cole
|
a20b1ecabc
BUG: Fix issue #8804. Add vtk-5.4 lib path to the FindVTK.cmake module.
|
16 years ago |
Alexander Neundorf
|
7500dd50ef
BUG: don't fail with FATAL_ERROR if REQUIRED was not used
|
17 years ago |
Brad King
|
859db10e2a
ENH: Add ability to find VTK 5 without user help.
|
19 years ago |
Ken Martin
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
Bill Hoffman
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
Andy Cedilnik
|
ad4f98f3cf
ENH: Cleanup. Use relative path to modules
|
21 years ago |
Brad King
|
7c0844d2f4
BUG#682: Adding environment variable check to FIND_PACKAGE command.
|
21 years ago |
Brad King
|
78803c01ea
ENH: Terminate with a FATAL_ERROR if FIND_PACKAGE command was called with REQUIRED argument and package was not found.
|
21 years ago |
Brad King
|
e450309ca3
ENH: Improved error message for VTK_DIR not found to refer to it as a cache entry. Some users thought this was supposed to be an environment variable.
|
22 years ago |
Andy Cedilnik
|
3ce9496a74
BUG: When VTK is not found, it should be fatal error
|
22 years ago |
Brad King
|
0b324df1bb
ENH: Updated documentation.
|
23 years ago |
Brad King
|
f18e47c40a
BUG: Fix for application of expand-list-variables.
|
23 years ago |
Brad King
|
14771cf5f6
ENH: Added support for finding/using VTK 4.0 without using its UseVTK.cmake file that does a LOAD_CACHE.
|
23 years ago |
Brad King
|
c2addf1630
ENH: Added support to find VTK 4.0.
|
23 years ago |
Brad King
|
9f7d94a1c4
ENH: Only search VTK_INSTALL_PATH if USE_INSTALLED_VTK is on. Only search VTK_BINARY_PATH if USE_BUILT_VTK is on.
|
23 years ago |
Brad King
|
e3f76e9367
ENH: New implementation of FindVTK to take advantage of VTKConfig.cmake. Also provides more powerful search path mechanism, and requires only one cache entry in user project.
|
23 years ago |
Andy Cedilnik
|
c7e18a0408
More finds for VTK
|
23 years ago |
Andy Cedilnik
|
364d094780
Add some more locations of VTK
|
23 years ago |
Brad King
|
deba0b2317
ENH: Added option of disabling error message when VTK is not found.
|
24 years ago |
Sebastien Barre
|
449564a8e5
More user friendly (built tree is automatically used).
|
24 years ago |
Sebastien Barre
|
65339be84a
Change so that different flavours of VTK might be chosen by the user. See full instructions in that file.
|
24 years ago |