..
Platform
BUG: Header and library search path ordering should be consistent.
2006-09-28 11:42:19 -04:00
AddFileDependencies.cmake
BUG: don't include MacroLibrary.cmake, but add a cmake module which implements ADD_FILE_DEPENDENCIES()
2006-03-20 12:29:56 -05:00
CMake.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
CMakeAddNewLanguage.txt
ENH: clean up EnableLanguage try to fix problem where try compile runs cmake
2005-09-15 12:17:38 -04:00
CMakeBackwardCompatibilityC.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
CMakeBackwardCompatibilityCXX.cmake
ENH: add support for watcom wmake and wcl386
2006-01-17 10:21:45 -05:00
CMakeBorlandFindMake.cmake
determine CMAKE_MAKE_PROGRAM in EnableLanguage
2002-12-03 16:19:16 -05:00
CMakeBuildSettings.cmake.in
ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and CMAKE_IMPORT_BUILD_SETTINGS macro.
2002-12-05 09:46:30 -05:00
CMakeCCompiler.cmake.in
ENH: fix more than one argument passed in to compilers via environment
2006-01-25 11:41:05 -05:00
CMakeCInformation.cmake
ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway.
2006-04-11 16:55:49 -04:00
CMakeCXXCompiler.cmake.in
BUG: Need to duplicate some information from CMakeCCompiler to support C++-only projects.
2006-02-09 13:48:09 -05:00
CMakeCXXInformation.cmake
ENH: Adding support to link specifically to an archive or a shared library based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified.
2006-09-15 14:09:10 -04:00
CMakeCommonLanguageInclude.cmake
BUG: fix for 3550 again
2006-07-26 13:19:34 -04:00
CMakeConfigurableFile.in
ENH: Make modules use configure instead of file write
2006-02-23 09:58:07 -05:00
CMakeDetermineCCompiler.cmake
BUG: Search for the compiler only once and store a full path to it in the cache. This avoids problems with the case of locations in the PATH variable on Windows that change the compiler name when CMake is re-run. CMakeFiles/CMake*Compiler.cmake files should hold the full path to the compiler always.
2006-08-29 13:59:15 -04:00
CMakeDetermineCXXCompiler.cmake
BUG: Search for the compiler only once and store a full path to it in the cache. This avoids problems with the case of locations in the PATH variable on Windows that change the compiler name when CMake is re-run. CMakeFiles/CMake*Compiler.cmake files should hold the full path to the compiler always.
2006-08-29 13:59:15 -04:00
CMakeDetermineFortranCompiler.cmake
BUG: Search for the compiler only once and store a full path to it in the cache. This avoids problems with the case of locations in the PATH variable on Windows that change the compiler name when CMake is re-run. CMakeFiles/CMake*Compiler.cmake files should hold the full path to the compiler always.
2006-08-29 13:59:15 -04:00
CMakeDetermineJavaCompiler.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CMakeDetermineRCCompiler.cmake
BUG: Need to search for rc by default, not c++ compilers.
2006-08-31 10:46:02 -04:00
CMakeDetermineSystem.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CMakeExportBuildSettings.cmake
ENH: some style fixes for the book
2005-12-15 10:41:19 -05:00
CMakeFindFrameworks.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
CMakeFindWMake.cmake
ENH: add support for watcom wmake and wcl386
2006-01-17 10:21:45 -05:00
CMakeFindXCode.cmake
ENH: add trycompile code for xcode
2005-02-01 13:12:19 -05:00
CMakeFortranCompiler.cmake.in
ENH: Merge debian changes. Support more fortran extensions
2006-07-04 11:06:38 -04:00
CMakeFortranInformation.cmake
STYLE: Removing unused platform variable CMAKE_SHARED_MODULE_LINK_Fortran_FLAGS. It does not make sense because nothing links to shared modules.
2006-09-15 14:02:41 -04:00
CMakeGenericSystem.cmake
ENH: Adding advanced option CMAKE_COLOR_MAKEFILE for makefile generators with default ON.
2006-05-25 14:16:28 -04:00
CMakeImportBuildSettings.cmake
ENH: fix for case difference with nmake
2006-07-24 16:58:05 -04:00
CMakeJavaCompiler.cmake.in
ENH: make sure flags set in CC or CXX environment variables stay with the compiler
2005-07-20 15:44:55 -04:00
CMakeJavaInformation.cmake
ENH: fix java and add OBJECT_DIR support
2006-04-17 14:01:22 -04:00
CMakeLists.txt
ENH: Installing readme.txt in Modules directory to be consistent with windows.
2003-08-11 17:34:12 -04:00
CMakeMSYSFindMake.cmake
ENH: better algorithm for looking for make and gcc on msys and mingw
2006-02-15 21:26:47 -05:00
CMakeMinGWFindMake.cmake
ENH: better algorithm for looking for make and gcc on msys and mingw
2006-02-15 21:26:47 -05:00
CMakeNMakeFindMake.cmake
determine CMAKE_MAKE_PROGRAM in EnableLanguage
2002-12-03 16:19:16 -05:00
CMakePrintSystemInformation.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
CMakeRCCompiler.cmake.in
ENH: make sure flags set in CC or CXX environment variables stay with the compiler
2005-07-20 15:44:55 -04:00
CMakeRCInformation.cmake
ENH: fix spelling errors
2006-02-27 12:14:10 -05:00
CMakeSystem.cmake.in
ENH: add CMAKE_SYSTEM_PROCESSOR
2003-06-11 10:07:57 -04:00
CMakeSystemSpecificInformation.cmake
ENH: Adding support to link specifically to an archive or a shared library based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified.
2006-09-15 14:09:10 -04:00
CMakeTestCCompiler.cmake
COMP: More warnings and hp issues
2006-07-26 14:10:14 -04:00
CMakeTestCXXCompiler.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CMakeTestForFreeVC.cxx
ENH better test for free VC tools
2004-09-03 15:19:58 -04:00
CMakeTestFortranCompiler.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CMakeTestGNU.c
BUG: fix problem where cmake thinks the intel compiler is gnu
2004-05-18 14:33:12 -04:00
CMakeTestJavaCompiler.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
CMakeTestNMakeCLVersion.c
added test for whether pdbtype should be used for nmake
2003-08-05 09:55:20 -04:00
CMakeTestRCCompiler.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
CMakeUnixFindMake.cmake
BUG: Removed stray debugging message.
2002-12-04 16:59:05 -05:00
CMakeVCManifest.cmake
ENH: Adding flags to force generation of manifest files when building with VC 8.
2006-08-15 15:33:20 -04:00
CMakeVS6BackwardCompatibility.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
CMakeVS6FindMake.cmake
ENH: add correct flags for msvc generators
2006-04-10 13:46:37 -04:00
CMakeVS7BackwardCompatibility.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
CMakeVS7FindMake.cmake
ENH: add correct flags for msvc generators
2006-04-10 13:46:37 -04:00
CMakeVS8FindMake.cmake
ENH: add correct flags for msvc generators
2006-04-10 13:46:37 -04:00
CMakeVS71FindMake.cmake
ENH: add correct flags for msvc generators
2006-04-10 13:46:37 -04:00
COPYING-CMAKE-SCRIPTS
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
2006-09-19 16:11:53 -04:00
CPack.Description.plist.in
ENH: More CPack stuff and fix zlib compression
2006-01-04 15:14:09 -05:00
CPack.Info.plist.in
ENH: Add verbose flag to package maker and add CFBundleIdentifier string
2006-03-03 10:52:26 -05:00
CPack.STGZ_Header.sh.in
ENH: Better output
2006-05-03 16:24:14 -04:00
CPack.cmake
ENH: Several cleanups and support for multiple generators
2006-07-09 13:20:07 -04:00
CTest.cmake
BUG: fix typo
2006-06-28 15:15:01 -04:00
CTestTargets.cmake
ENH: Initial import
2005-08-03 13:19:36 -04:00
CheckCCompilerFlag.cmake
ENH: two macros to check whether the C/CXX compiler supports a given flag:
2006-09-18 17:55:22 -04:00
CheckCSourceCompiles.cmake
STYLE: fix #3519 (incorrect comment)
2006-08-27 11:19:25 -04:00
CheckCSourceRuns.cmake
ENH: fixs for check compile stuff from Oswald B.
2006-08-21 10:10:28 -04:00
CheckCXXCompilerFlag.cmake
ENH: two macros to check whether the C/CXX compiler supports a given flag:
2006-09-18 17:55:22 -04:00
CheckCXXSourceCompiles.cmake
STYLE: fix #3519 (incorrect comment)
2006-08-27 11:19:25 -04:00
CheckCXXSourceRuns.cmake
ENH: fixs for check compile stuff from Oswald B.
2006-08-21 10:10:28 -04:00
CheckForPthreads.c
ENH: fix tests for non-ansi c on hp and remove warnings for ansi c
2004-04-15 08:22:19 -04:00
CheckFunctionExists.c
ENH: fix tests for non-ansi c on hp and remove warnings for ansi c
2004-04-15 08:22:19 -04:00
CheckFunctionExists.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CheckIncludeFile.c.in
BUG: Fix signature of main to work on both strict ANSI and non-ANSI C compilers.
2006-05-18 10:28:12 -04:00
CheckIncludeFile.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CheckIncludeFile.cxx.in
Complete rework of makefile generators expect trouble
2002-11-08 15:46:08 -05:00
CheckIncludeFileCXX.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CheckIncludeFiles.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CheckLibraryExists.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CheckLibraryExists.lists.in
Initial attempt to check if library exists
2002-09-24 16:36:56 -04:00
CheckSizeOf.cmake
ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency with the macro name that is defined by the module.
2002-12-30 11:02:31 -05:00
CheckSymbolExists.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CheckTypeSize.c.in
ENH: fix checktypesize
2006-01-13 09:57:15 -05:00
CheckTypeSize.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CheckVariableExists.c
BUG#502: Do not let optimizing compilers think the symbol exists. Require the symbol by making the return value depend on it to force linking.
2004-04-26 10:19:44 -04:00
CheckVariableExists.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
Dart.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
DartConfiguration.tcl.in
ENH: Reorganize and add subversion support
2005-02-16 13:30:17 -05:00
Documentation.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
DummyCXXFile.cxx
add checks for ansi flags and not hard code them
2002-11-21 12:52:54 -05:00
FindASPELL.cmake
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
2006-09-19 16:11:53 -04:00
FindAVIFile.cmake
ENH: some style fixes for the book
2005-12-15 10:41:19 -05:00
FindBZip2.cmake
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
2006-09-19 16:11:53 -04:00
FindBoost.cmake
ENH: Adding FindBoost.cmake module from Andrew Maclean. This addresses bug#3447.
2006-07-21 12:04:05 -04:00
FindCABLE.cmake
ENH: some style fixes for the book
2005-12-15 10:41:19 -05:00
FindCurses.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
FindCygwin.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
FindDCMTK.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
FindDart.cmake
ENH: use program files env for searching
2006-02-28 10:27:30 -05:00
FindDoxygen.cmake
ENH: use program files env for searching
2006-02-28 10:27:30 -05:00
FindFLTK.cmake
ENH: some style fixes for the book
2005-12-15 10:41:19 -05:00
FindGCCXML.cmake
ENH: use program files env for searching
2006-02-28 10:27:30 -05:00
FindGLU.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
FindGLUT.cmake
ENH: some style fixes for the book
2005-12-15 10:41:19 -05:00
FindGTK.cmake
ENH: some style fixes for the book
2005-12-15 10:41:19 -05:00
FindGnuplot.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
FindHSPELL.cmake
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
2006-09-19 16:11:53 -04:00
FindHTMLHelp.cmake
ENH: use program files env for searching
2006-02-28 10:27:30 -05:00
FindITK.cmake
ENH: some style fixes for the book
2005-12-15 10:41:19 -05:00
FindImageMagick.cmake
ENH: some style fixes for the book
2005-12-15 10:41:19 -05:00
FindJNI.cmake
ENH: some style fixes for the book
2005-12-15 10:41:19 -05:00
FindJPEG.cmake
ENH: honor REQUIRED flag
2006-05-11 18:32:40 -04:00
FindJasper.cmake
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
2006-09-19 16:11:53 -04:00
FindJava.cmake
ENH: some style fixes for the book
2005-12-15 10:41:19 -05:00
FindKDE.cmake
ENH: add real-world-tested and used KDE3 support, and obsolete FindKDE.cmake, which wasn't used by anybody that I heard of
2006-03-09 14:10:59 -05:00
FindKDE3.cmake
STYLE: remove unnecessary /usr/local/include search path
2006-08-27 15:34:24 -04:00
FindKDE4.cmake
ENH: prefer kde4-config over kde-config, since for KDE 4 kde-config will be
2006-07-04 08:38:47 -04:00
FindLATEX.cmake
ENH: some style fixes for the book
2005-12-15 10:41:19 -05:00
FindLibXml2.cmake
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
2006-09-19 16:11:53 -04:00
FindLibXslt.cmake
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
2006-09-19 16:11:53 -04:00
FindMFC.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindMPEG.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindMPEG2.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindMPI.cmake
ENH: use program files env for searching
2006-02-28 10:27:30 -05:00
FindMatlab.cmake
ENH: some style fixes for the book
2005-12-15 10:41:19 -05:00
FindMotif.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindOpenAL.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
FindOpenGL.cmake
ENH: On apple do not look for X11
2006-07-05 16:21:24 -04:00
FindOpenSSL.cmake
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
2006-09-19 16:11:53 -04:00
FindPHP4.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindPNG.cmake
ENH: also look in /usr/local/include/libpng (OpenBSD)
2006-08-30 13:47:54 -04:00
FindPerl.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindPerlLibs.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindPhysFS.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindPike.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindPythonInterp.cmake
ENH: apply patch from Dirk Mueller to support Python 2.5
2006-09-27 13:30:18 -04:00
FindPythonLibs.cmake
ENH: apply patch from Dirk Mueller to support Python 2.5
2006-09-27 13:30:18 -04:00
FindQt.cmake
ENH: change to fatal error
2006-01-25 12:16:49 -05:00
FindQt3.cmake
ENH: automatically find Qt3 on SUSE, patch from Dirk Mueller and Stephan
2006-08-30 13:51:22 -04:00
FindQt4.cmake
ENH: fix from clinton
2006-10-02 09:03:17 -04:00
FindRuby.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindSDL.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindSDL_image.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindSDL_mixer.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindSDL_net.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindSDL_sound.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
FindSDL_ttf.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindSWIG.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
FindSelfPackers.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
FindTCL.cmake
ENH: fix a bug in the find path stuff so that it can find headers deep in frameworks
2006-03-09 11:35:38 -05:00
FindTIFF.cmake
ENH: Removing platform-specific name hacks now that FIND_LIBRARY handles it.
2006-02-09 15:08:16 -05:00
FindTclsh.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindThreads.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
FindUnixCommands.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
FindVTK.cmake
ENH: Add ability to find VTK 5 without user help.
2006-05-23 10:40:40 -04:00
FindWget.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindWish.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
FindX11.cmake
ENH: fix find x11 on the mac
2006-04-17 15:55:24 -04:00
FindZLIB.cmake
BUG: don't append to ZLIB_NAMES
2006-06-09 15:49:27 -04:00
FindwxWidgets.cmake
BUG: Patch from Peter Visser to run wx-config from an MSYS prompt.
2006-09-13 11:22:27 -04:00
FindwxWindows.cmake
ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. It also updates the UseWX test and WXDialog sources to use the new find script.
2006-07-21 15:43:19 -04:00
InstallRequiredSystemLibraries.cmake
ENH: Implemented support for installing VC8 runtime libraries.
2006-08-17 09:36:29 -04:00
KDE3Macros.cmake
BUG: fix #3324 : KDE3Macros.cmake didn't find Qt designer plugins when
2006-08-27 15:52:36 -04:00
MacOSXBundleInfo.plist.in
ENH: Improve Mac OSX bundle support
2004-04-08 17:13:42 -04:00
MacroAddFileDependencies.cmake
ENH: Updates from KDE
2006-06-16 14:45:47 -04:00
NSIS.InstallOptions.ini.in
ENH: use radio buttons to choose PATH options
2006-05-10 12:15:00 -04:00
NSIS.template.in
ENH: use radio buttons to choose PATH options
2006-05-10 12:15:00 -04:00
TestBigEndian.c
ENH: fix tests for non-ansi c on hp and remove warnings for ansi c
2004-04-15 08:22:19 -04:00
TestBigEndian.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
TestCXXAcceptsFlag.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
TestForANSIForScope.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
TestForANSIStreamHeaders.cmake
ENH: cleanups
2005-12-15 14:17:43 -05:00
TestForANSIStreamHeaders.cxx
new try compile module
2002-09-12 11:14:50 -04:00
TestForAnsiForScope.cxx
ERR: Removed warning for unused variable.
2003-05-16 16:33:11 -04:00
TestForSSTREAM.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
TestForSSTREAM.cxx
ENH: add support for watcom wmake and wcl386
2006-01-17 10:21:45 -05:00
TestForSTDNamespace.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
TestForSTDNamespace.cxx
Complete rework of makefile generators expect trouble
2002-11-08 15:46:08 -05:00
UseEcos.cmake
ENH: add i386 toolchain and some minor improvement of the comments
2006-08-23 18:11:51 -04:00
UsePkgConfig.cmake
BUG: change the formatting of the pkgconfig module documentation so that it
2006-03-15 13:20:03 -05:00
UseQt4.cmake
ENH: fixes from Clinton to allow qt to work with static libs
2006-09-06 08:31:50 -04:00
UseSWIG.cmake
ENH: Added interface to add extra dependencies.
2006-08-25 09:14:01 -04:00
UseVTK40.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
UseVTKBuildSettings40.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
UseVTKConfig40.cmake
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
Use_wxWindows.cmake
ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. It also updates the UseWX test and WXDialog sources to use the new find script.
2006-07-21 15:43:19 -04:00
UsewxWidgets.cmake
ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. It also updates the UseWX test and WXDialog sources to use the new find script.
2006-07-21 15:43:19 -04:00
VTKCompatibility.cmake
ENH: add backwards compatibility fix for more aggressive find_path command
2006-03-13 13:11:50 -05:00
kde3init_dummy.cpp.in
ENH: add real-world-tested and used KDE3 support, and obsolete FindKDE.cmake, which wasn't used by anybody that I heard of
2006-03-09 14:10:59 -05:00
kde3uic.cmake
BUG: fix #3324 : KDE3Macros.cmake didn't find Qt designer plugins when
2006-08-27 15:52:36 -04:00
readme.txt
ENH: Added documentation about XXX_FIND_COMPONENTS for FIND_PACKAGE.
2006-07-21 15:16:23 -04:00