| .. | 
			
		
		
			
				
					| 
						
							
						
						CMakeLists.txt
					 | 
				
				
					c5381e8588
					ENH: Added support for using backslash-style escaping in CMakeLists.txt file arguments.  This allows double quotes to be used in arguments.
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						Dart.cmake
					 | 
				
				
					3c782a3269
					ENH: More Experimental targets for unix
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						Documentation.cmake
					 | 
				
				
					3714d9419c
					Move usual Unix commands to FindUnixCommands, use FingCygwin in other modules
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindCABLE.cmake
					 | 
				
				
					e2eaa3efba
					ENH: Changed CABLE_BUILD_DIR to look for cableVersion.h instead of cable.README.txt.
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindCurses.cmake
					 | 
				
				
					b22e2de8e5
					HPUX support.
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindCygwin.cmake
					 | 
				
				
					3714d9419c
					Move usual Unix commands to FindUnixCommands, use FingCygwin in other modules
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindDart.cmake
					 | 
				
				
					ce4f2718f2
					Support for $ENV{VAR} syntax (lookup in the environment vars)
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindDoxygen.cmake
					 | 
				
				
					10c54eb2a5
					Find Graphivz's dot too
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindFLTK.cmake
					 | 
				
				
					7715b382fe
					*** empty log message ***
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindGCCXML.cmake
					 | 
				
				
					0a5fbacfac
					ENH: Improved FIND_PROGRAM call to find the executable in PREFIX/share/GCC_XML, the new standard install location.
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindGLU.cmake
					 | 
				
				
					823584cfa5
					Search path for OpenGL related libraries
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindGLUT.cmake
					 | 
				
				
					823584cfa5
					Search path for OpenGL related libraries
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindGTK.cmake
					 | 
				
				
					f07ee5b817
					ENH: change find library and find program to look for more than one name
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindHhc.cmake
					 | 
				
				
					b48d9903f7
					Modules to find Perl and the HTML Help Compiler
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindITK.cmake
					 | 
				
				
					0fb47ad240
					*** empty log message ***
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindJNI.cmake
					 | 
				
				
					c5381e8588
					ENH: Added support for using backslash-style escaping in CMakeLists.txt file arguments.  This allows double quotes to be used in arguments.
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindJPEG.cmake
					 | 
				
				
					f07ee5b817
					ENH: change find library and find program to look for more than one name
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindMPI.cmake
					 | 
				
				
					f07ee5b817
					ENH: change find library and find program to look for more than one name
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindOpenGL.cmake
					 | 
				
				
					5731bc9d54
					ENH: change the syntax of the SET command, fix the combo box for larger strings
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindPerl.cmake
					 | 
				
				
					3714d9419c
					Move usual Unix commands to FindUnixCommands, use FingCygwin in other modules
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindPythonLibs.cmake
					 | 
				
				
					c5381e8588
					ENH: Added support for using backslash-style escaping in CMakeLists.txt file arguments.  This allows double quotes to be used in arguments.
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindQt.cmake
					 | 
				
				
					123f9b50ea
					support for compilation of .ui files into .h and .cxx files
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindSelfPackers.cmake
					 | 
				
				
					9320bc53d8
					Self-packers
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindTCL.cmake
					 | 
				
				
					fd780b9009
					move cygtclsh80 to the end of list, otherwise it might be found while the non-cygwin wish8x.exe will be found too. If wish8x.exe is found, then the non-cygwin tclsh8x.exe must be found too.
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindUnixCommands.cmake
					 | 
				
				
					853fe7ee59
					Add cp (CP)
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindVTK.cmake
					 | 
				
				
					f586f7df8d
					use find_file and not just a set for USE_VTK_FILE
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindWget.cmake
					 | 
				
				
					3714d9419c
					Move usual Unix commands to FindUnixCommands, use FingCygwin in other modules
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						FindX11.cmake
					 | 
				
				
					9f7df4b56a
					Module to search for the installation of X11
				 | 
				24 years ago | 
			
		
			
				
					| 
						
							
						
						LinkQT.cmake
					 | 
				
				
					99423f444a
					Some simple modules for finding and linking qt
				 | 
				24 years ago |