Mathieu Malaterre 0615218bdf STYLE: respect convention (while being backward compat) 16 years ago
..
Compiler 83816cc6ec Add support for the g95 Fortran compiler 16 years ago
FindCUDA 94fff7af35 Fix Xcode build. 16 years ago
FortranCInterface f7cfd5c99f FortranCInterface: Mangling for Intel on Windows 16 years ago
Platform 537906b467 Fix flags for Intel Fortran on Windows 16 years ago
AddFileDependencies.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
BundleUtilities.cmake 23dbb3b803 Fix issue #9412 - remove RPATH from files copied by BundleUtilities.cmake on Linux. Thanks to Clinton Stimpson for the patch. 16 years ago
CMake.cmake cc11846dbf Add missing copyright notice to CMake.cmake module 16 years ago
CMakeASM-ATTInformation.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeASMCompiler.cmake.in 021ceea1b0 ENH: second try for handling the linker language with integer priority values (returning a pointer to a string on the stack is no good idea) 18 years ago
CMakeASMInformation.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeASM_MASMInformation.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeAddNewLanguage.txt 8be3e4eeca ENH: clean up EnableLanguage try to fix problem where try compile runs cmake 20 years ago
CMakeBackwardCompatibilityC.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeBackwardCompatibilityCXX.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeBorlandFindMake.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeBuildSettings.cmake.in fd47a2ae96 Drop old CMake "build settings" export/import 16 years ago
CMakeCCompiler.cmake.in 180c60a86f Fix check for -isysroot on OS X 16 years ago
CMakeCCompilerABI.c b8fc8b324d ENH: Improve robustness of compiler INFO strings 17 years ago
CMakeCCompilerId.c.in 115ecc5750 Teach compiler id about VisualAge -> XL rebranding 16 years ago
CMakeCInformation.cmake d0c03f804f Use work-around from bug 4772 for C++ and Fortran 16 years ago
CMakeCXXCompiler.cmake.in 180c60a86f Fix check for -isysroot on OS X 16 years ago
CMakeCXXCompilerABI.cpp b8fc8b324d ENH: Improve robustness of compiler INFO strings 17 years ago
CMakeCXXCompilerId.cpp.in 115ecc5750 Teach compiler id about VisualAge -> XL rebranding 16 years ago
CMakeCXXInformation.cmake d0c03f804f Use work-around from bug 4772 for C++ and Fortran 16 years ago
CMakeCommonLanguageInclude.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeCompilerABI.h 11ad0bace4 ENH: Remove sparcv9 architecture subdir added earlier. The new implicit link directory policy takes care of the problem. 18 years ago
CMakeConfigurableFile.in 01a55559dd ENH: Make modules use configure instead of file write 20 years ago
CMakeDependentOption.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeDetermineASM-ATTCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeDetermineASMCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeDetermineASM_MASMCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeDetermineCCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeDetermineCXXCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeDetermineCompilerABI.cmake b9850a614e Log implicit link information parsing actions 16 years ago
CMakeDetermineCompilerId.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeDetermineFortranCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeDetermineJavaCompiler.cmake 74805dbbbd ENH: FIX 0009777. This should sync FindJava and CMakeDetermineJavaCompiler.cmake now 16 years ago
CMakeDetermineRCCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeDetermineSystem.cmake 451d68b7e3 Support GNU/kFreeBSD 16 years ago
CMakeDetermineVSServicePack.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeExportBuildSettings.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeFindBinUtils.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeFindCodeBlocks.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeFindEclipseCDT4.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeFindFrameworks.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeFindKDevelop3.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeFindWMake.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeFindXCode.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeForceCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeFortranCompiler.cmake.in 6843448379 Pass Fortran90 test result to try-compile 16 years ago
CMakeFortranCompilerABI.F de6f88d06f ENH: Create Fortran ABI detection framework 16 years ago
CMakeFortranCompilerId.F.in 83816cc6ec Add support for the g95 Fortran compiler 16 years ago
CMakeFortranInformation.cmake d0c03f804f Use work-around from bug 4772 for C++ and Fortran 16 years ago
CMakeGenericSystem.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeImportBuildSettings.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeJavaCompiler.cmake.in 52eb0ccac7 BUG: Restore old interface of "make foo.o" and "make foo.i" even though object file names now include source extensions. For Java we also need to always remove the source extension (.java -> .class). This fixes the re-opening of bug #6169. 18 years ago
CMakeJavaInformation.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeMSYSFindMake.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeMinGWFindMake.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeNMakeFindMake.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeParseImplicitLinkInfo.cmake fff1c6d275 More robust implicit link line detection regex 16 years ago
CMakePlatformId.h.in 64fc597de2 ENH: add initial support for HAIKU OS from bug# 7425 17 years ago
CMakePrintSystemInformation.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeRCCompiler.cmake.in b8b298104b ENH: make sure flags set in CC or CXX environment variables stay with the compiler 20 years ago
CMakeRCInformation.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeSystem.cmake.in b100fe1fe1 18 years ago
CMakeSystemSpecificInformation.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeTestASM-ATTCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeTestASMCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeTestASM_MASMCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeTestCCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeTestCXXCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeTestForFreeVC.cxx 0d4cd0436b ENH better test for free VC tools 21 years ago
CMakeTestFortranCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeTestGNU.c 6b31e5c851 BUG: fix problem where cmake thinks the intel compiler is gnu 21 years ago
CMakeTestJavaCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeTestNMakeCLVersion.c dfcd4f2154 added test for whether pdbtype should be used for nmake 22 years ago
CMakeTestRCCompiler.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeUnixFindMake.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeVS10FindMake.cmake 1c3d66c933 Better fix for finding the MSBuild that matches the VS 10 install. 16 years ago
CMakeVS6BackwardCompatibility.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeVS6FindMake.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeVS71FindMake.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeVS7BackwardCompatibility.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeVS7FindMake.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeVS8FindMake.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeVS9FindMake.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CMakeVerifyManifest.cmake bc3cab3634 clean up to work with manifest files better. 16 years ago
CPack.DS_Store.in f2c0dbd164 ENH: More work on the packaging. Add Applicaitons, add icons, etc 19 years ago
CPack.Description.plist.in 5358809a5c ENH: More CPack stuff and fix zlib compression 20 years ago
CPack.Info.plist.in 71f61636b6 ENH: One more patch from Doug Gregor including PackageMaker functionality for componentized-for-the-end-user and download-some-bit-on-demand installers. 17 years ago
CPack.OSXScriptLauncher.in c647ed54d9 BUG: Fix issue #7833: Add file extension handling to CPack generated installers for OSXX11 applications. Also modify the X11 test to build such an installer on Mac builds that test CPack and have X11 available. Thanks to Wes Turner for the patch. 17 years ago
CPack.OSXScriptLauncher.rsrc.in c647ed54d9 BUG: Fix issue #7833: Add file extension handling to CPack generated installers for OSXX11 applications. Also modify the X11 test to build such an installer on Mac builds that test CPack and have X11 available. Thanks to Wes Turner for the patch. 17 years ago
CPack.OSXX11.Info.plist.in c647ed54d9 BUG: Fix issue #7833: Add file extension handling to CPack generated installers for OSXX11 applications. Also modify the X11 test to build such an installer on Mac builds that test CPack and have X11 available. Thanks to Wes Turner for the patch. 17 years ago
CPack.OSXX11.main.scpt.in c647ed54d9 BUG: Fix issue #7833: Add file extension handling to CPack generated installers for OSXX11 applications. Also modify the X11 test to build such an installer on Mac builds that test CPack and have X11 available. Thanks to Wes Turner for the patch. 17 years ago
CPack.RuntimeScript.in b133467567 CPack: Fix bash-isms in launch script 16 years ago
CPack.STGZ_Header.sh.in 3a12116e39 18 years ago
CPack.VolumeIcon.icns.in f2c0dbd164 ENH: More work on the packaging. Add Applicaitons, add icons, etc 19 years ago
CPack.background.png.in f9dd6a38c5 ENH: add file back bug use cmake image 16 years ago
CPack.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CPack.distribution.dist.in e8825d320b BUG: Workaround PackageMaker 3.0 issue for new CPack components feature. Thanks again to Doug Gregor for the patch. 17 years ago
CPackDeb.cmake d25952ee9f FIX: BUG: 0009124. Fix documentation 16 years ago
CPackRPM.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CPackZIP.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CTest.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CTestScriptMode.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CTestTargets.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckCCompilerFlag.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckCSourceCompiles.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckCSourceRuns.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckCXXCompilerFlag.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckCXXSourceCompiles.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckCXXSourceRuns.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckForPthreads.c 64fc597de2 ENH: add initial support for HAIKU OS from bug# 7425 17 years ago
CheckFortranFunctionExists.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckFunctionExists.c fad91fb770 ENH: fix tests for non-ansi c on hp and remove warnings for ansi c 21 years ago
CheckFunctionExists.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckIncludeFile.c.in 095e975c81 BUG: Fix signature of main to work on both strict ANSI and non-ANSI C compilers. 19 years ago
CheckIncludeFile.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckIncludeFile.cxx.in f5d95fb078 Complete rework of makefile generators expect trouble 23 years ago
CheckIncludeFileCXX.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckIncludeFiles.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckLibraryExists.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckLibraryExists.lists.in 3697ad6dc7 Initial attempt to check if library exists 23 years ago
CheckSizeOf.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckStructHasMember.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckSymbolExists.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckTypeSize.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
CheckTypeSizeC.c.in b8fc8b324d ENH: Improve robustness of compiler INFO strings 17 years ago
CheckVariableExists.c a8b2400f7b 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. 21 years ago
CheckVariableExists.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
Dart.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
DartConfiguration.tcl.in a5aa23d4e1 CTest-side support for compiler name and compiler version information. Requires CDash update to show on CDash. 16 years ago
Documentation.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
DummyCXXFile.cxx 9a6c95fcea add checks for ansi flags and not hard code them 23 years ago
ExternalProject.cmake f95bc6b5ad Eliminate ExternalProject's use of CMAKE_CFG_INTDIR subdir for Makefile generators. It was causing problems with parallel make -j invocations. Keep it for multi-configuration build systems so that Debug and Release stamp files remain separate. 16 years ago
FLTKCompatibility.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
FeatureSummary.cmake b143c335fd make it more robust wrt. #9621 16 years ago
FindALSA.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindASPELL.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindAVIFile.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindBISON.cmake 282b4e3776 Fix module docs to be manpage (groff) friendly 16 years ago
FindBLAS.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindBZip2.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindBoost.cmake df487fc04e fix for bug# 9751, add check for MSVC10 16 years ago
FindBullet.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindCABLE.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindCUDA.cmake 9605af8c2e Look for nvcc in the 32 bit bin directory before the 64 bin directory. 16 years ago
FindCURL.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindCVS.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindCoin3D.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindCups.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindCurses.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindCxxTest.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindCygwin.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindDCMTK.cmake 17ad96111b FIX: BUG: 0009804. Update FindDCMTK to look in more paths. Start looking for command line tool: dcmdump/dcmdjpeg/dcmdrle 16 years ago
FindDart.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindDevIL.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindDoxygen.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindEXPAT.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindFLEX.cmake 282b4e3776 Fix module docs to be manpage (groff) friendly 16 years ago
FindFLTK.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindFLTK2.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindFreetype.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindGCCXML.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindGDAL.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindGIF.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindGLU.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindGLUT.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindGTK.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindGTK2.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindGTest.cmake e8cdd54f74 Some bugfixes, also added public function for closer integration btwn GoogleTest & CTest, contributed by Dan Blezek. 16 years ago
FindGettext.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindGnuTLS.cmake d5dd8f126d Resolve #9685: Fix include dir to be correct path 16 years ago
FindGnuplot.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindHDF5.cmake 518f9c57b7 Fixed bug in FindHDF5 caused by hdf5.h existing without H5pubconf.h. 16 years ago
FindHSPELL.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindHTMLHelp.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindITK.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindImageMagick.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindJNI.cmake e183581b14 Fix for bug #9793 try to make sure jni.h matches jni_md.h 16 years ago
FindJPEG.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindJasper.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindJava.cmake ae27492091 STYLE: Fix documentation (thanks Brad). 16 years ago
FindKDE3.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindKDE4.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindLAPACK.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindLATEX.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindLibXml2.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindLibXslt.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindLua50.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindLua51.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindMFC.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindMPEG.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindMPEG2.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindMPI.cmake 39e88bbe99 COMP: need to add quotes when using get_filename_component otherwise it will try to process NOT FOUND rather than an empty string when MPIEXEC is not found. 16 years ago
FindMatlab.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindMotif.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindOpenAL.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindOpenGL.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindOpenMP.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindOpenSSL.cmake 54541d4a47 FIX: BUG: 0008971 FindOpenSSL improvement. Teaches cmake to find openssl on win32. openssl comes with the crypto libs which are the important part of the openssl project. 16 years ago
FindOpenSceneGraph.cmake 63ee0333cd Fixes version detection using osg/Version on Mac OSX when OSG is installed as a framework 16 years ago
FindOpenThreads.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindPHP4.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindPNG.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindPackageHandleStandardArgs.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindPackageMessage.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindPerl.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindPerlLibs.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindPhysFS.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindPike.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindPkgConfig.cmake 940733997a Remove old license from FindPkgConfig.cmake module 16 years ago
FindProducer.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindProtobuf.cmake 282b4e3776 Fix module docs to be manpage (groff) friendly 16 years ago
FindPythonInterp.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindPythonLibs.cmake 180a681b53 Fixed bug 8319, search for the Python shared library in the standard locations. 16 years ago
FindQt.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindQt3.cmake a0e63cff1d FindQt3: Prefer (moc|uic)-qt3 names over (moc|uic) 16 years ago
FindQt4.cmake cff3a4420b Check for openssl-linked option with Qt 4.4+ before making ssl a dependency. 16 years ago
FindQuickTime.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindRTI.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindRuby.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindSDL.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindSDL_image.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindSDL_mixer.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindSDL_net.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindSDL_sound.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindSDL_ttf.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindSWIG.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindSelfPackers.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindSquish.cmake 91eeb6d941 fix whitespace, so documentation is formatted properly 16 years ago
FindSubversion.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindTCL.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindTIFF.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindTclStub.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindTclsh.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindThreads.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindUnixCommands.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindVTK.cmake 2c1a01dc6d Modernize FindVTK module 16 years ago
FindWget.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindWish.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindX11.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindXMLRPC.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindZLIB.cmake 0615218bdf STYLE: respect convention (while being backward compat) 16 years ago
Findosg.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgAnimation.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgDB.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgFX.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgGA.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgIntrospection.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgManipulator.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgParticle.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgProducer.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgShadow.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgSim.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgTerrain.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgText.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgUtil.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgViewer.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgVolume.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindosgWidget.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
Findosg_functions.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindwxWidgets.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FindwxWindows.cmake c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
FortranCInterface.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
GetPrerequisites.cmake b5265c2475 Fix issue #9395 - only return true for .exe files on Windows from the is_file_executable function. Makes behavior of this function conceptually consistent with Mac and Linux behavior. Thanks to Clinton Stimpson for the patch. 16 years ago
ITKCompatibility.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
InstallRequiredSystemLibraries.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
KDE3Macros.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
MacOSXBundleInfo.plist.in c1b8ad4e1d ENH: Allow users to specify a custom Info.plist template 17 years ago
MacOSXFrameworkInfo.plist.in f89dae7a94 ENH: Create Info.plist files in OS X Frameworks 17 years ago
MacroAddFileDependencies.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
NSIS.InstallOptions.ini.in 0eba9b638f ENH: allow for desktop link to be created and fix chop of last char in PATH on uninstall 18 years ago
NSIS.template.in 7d9e5b88ff Allow for /D to change install directory on the command line. 16 years ago
RepositoryInfo.txt.in 930827d48c ENH: First draft of add_external_project functionality. Tweaks, dashboard fixing, more tests and documentation certain to follow as it gets used by others... 17 years ago
SelectLibraryConfigurations.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
SquishRunTestCase.bat 5fe7b17d98 ENH: adding functionality for finding Squish, adding Squish tests from CMake, and running Squish tests from ctest 17 years ago
SquishRunTestCase.sh 5fe7b17d98 ENH: adding functionality for finding Squish, adding Squish tests from CMake, and running Squish tests from ctest 17 years ago
SquishTestScript.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
SystemInformation.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
SystemInformation.in fa9f03779f ENH: improvements 19 years ago
TestBigEndian.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
TestCXXAcceptsFlag.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
TestEndianess.c.in b8fc8b324d ENH: Improve robustness of compiler INFO strings 17 years ago
TestForANSIForScope.cmake 07c3597a86 Fix the documentation to say what it really does. Bug #9638 16 years ago
TestForANSIStreamHeaders.cmake 07c3597a86 Fix the documentation to say what it really does. Bug #9638 16 years ago
TestForANSIStreamHeaders.cxx 32b398e55b new try compile module 23 years ago
TestForAnsiForScope.cxx a696dbc815 ERR: Removed warning for unused variable. 22 years ago
TestForSSTREAM.cmake 07c3597a86 Fix the documentation to say what it really does. Bug #9638 16 years ago
TestForSSTREAM.cxx 9891260a6d ENH: add support for watcom wmake and wcl386 20 years ago
TestForSTDNamespace.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
TestForSTDNamespace.cxx f5d95fb078 Complete rework of makefile generators expect trouble 23 years ago
UseEcos.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
UsePkgConfig.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
UseQt4.cmake 023162256d QtHelp depends on QtNetwork 16 years ago
UseSWIG.cmake 3d898c2534 FIX: BUG: 0002199 Adding documentation for swig_generated_file_fullname 16 years ago
UseVTK40.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
UseVTKBuildSettings40.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
UseVTKConfig40.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
Use_wxWindows.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
UsewxWidgets.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
VTKCompatibility.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
ecos_clean.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
kde3init_dummy.cpp.in d253baab99 ENH: add real-world-tested and used KDE3 support, and obsolete FindKDE.cmake, which wasn't used by anybody that I heard of 20 years ago
kde3uic.cmake 3a666595c9 Convert CMake non-find modules to BSD License 16 years ago
readme.txt 86c3a39e86 Fix bug#9619 add a link to module maintainers page in readme.txt for Modules 16 years ago

readme.txt

For more information about how to contribute modules to CMake, see this page:
http://www.itk.org/Wiki/CMake:Module_Maintainers

Note to authors of FindXXX.cmake files

We would like all FindXXX.cmake files to produce consistent variable names.

Please use the following consistent variable names for general use.

XXX_INCLUDE_DIRS The final set of include directories listed in one variable for use by client code. This should not be a cache entry.
XXX_LIBRARIES The libraries to link against to use XXX. These should include full paths. This should not be a cache entry.
XXX_DEFINITIONS Definitions to use when compiling code that uses XXX. This really shouldn't include options such as (-DHAS_JPEG)that a client source-code file uses to decide whether to #include
XXX_EXECUTABLE Where to find the XXX tool.
XXX_YYY_EXECUTABLE Where to find the YYY tool that comes with XXX.
XXX_LIBRARY_DIRS Optionally, the final set of library directories listed in one variable for use by client code. This should not be a cache entry.
XXX_ROOT_DIR Where to find the base directory of XXX.
XXX_VERSION_YY Expect Version YY if true. Make sure at most one of these is ever true.
XXX_WRAP_YY If False, do not try to use the relevent CMake wrapping command.
XXX_YY_FOUND If False, optional YY part of XXX sytem is not available.
XXX_FOUND Set to false, or undefined, if we haven't found, or don't want to use XXX.
XXX_RUNTIME_LIBRARY_DIRS Optionally, the runtime library search path for use when running an executable linked to shared libraries.
The list should be used by user code to create the PATH on windows or LD_LIBRARY_PATH on unix.
This should not be a cache entry.
XXX_VERSION_STRING A human-readable string containing the version of the package found, if any.
XXX_VERSION_MAJOR The major version of the package found, if any.
XXX_VERSION_MINOR The minor version of the package found, if any.
XXX_VERSION_PATCH The patch version of the package found, if any.

You do not have to provide all of the above variables. You should provide XXX_FOUND under most circumstances. If XXX is a library, then XXX_LIBRARIES, should also be defined, and XXX_INCLUDE_DIRS should usually be defined (I guess libm.a might be an exception)

The following names should not usually be used in CMakeLists.txt files, but they may be usefully modified in users' CMake Caches to control stuff.

XXX_LIBRARY Name of XXX Library. A User may set this and XXX_INCLUDE_DIR to ignore to force non-use of XXX.
XXX_YY_LIBRARY Name of YY library that is part of the XXX system. It may or may not be required to use XXX.
XXX_INCLUDE_DIR Where to find xxx.h, etc. (XXX_INCLUDE_PATH was considered bad because a path includes an actual filename.)
XXX_YY_INCLUDE_DIR Where to find xxx_yy.h, etc.

For tidiness's sake, try to keep as many options as possible out of the cache, leaving at least one option which can be used to disable use of the module, or locate a not-found library (e.g. XXX_ROOT_DIR). For the same reason, mark most cache options as advanced.

If you need other commands to do special things then it should still begin with XXX_. This gives a sort of namespace effect and keeps things tidy for the user. You should put comments describing all the exported settings, plus descriptions of any the users can use to control stuff.

You really should also provide backwards compatibility any old settings that were actually in use. Make sure you comment them as deprecated, so that no-one starts using them.

To correctly document a module, create a comment block at the top with # comments. There are three types of comments that can be in the block:

1. The brief description of the module, this is done by:
# - a small description

2. A paragraph of text. This is done with all text that has a single
space between the # and the text. To create a new paragraph, just
put a # with no text on the line.

3. A verbatim line. This is done with two spaces between the # and the text.

For example:

# - This is a cool module
# This module does really cool stuff.
# It can do even more than you think.
#
# It even needs to paragraphs to tell you about it.
# And it defines the following variables:
# VAR_COOL - this is great isn't it?
# VAR_REALLY_COOL - cool right?
#

To have a .cmake file in this directory NOT show up in the
modules documentation, you should start the file with a blank
line.

A FindXXX.cmake module will typically be loaded by the command

FIND_PACKAGE(XXX [major[.minor[.patch[.tweak]]]] [EXACT]
[QUIET] [[REQUIRED|COMPONENTS] [components...]])

If any version numbers are given to the command it will set the
following variables before loading the module:

XXX_FIND_VERSION = full requested version string
XXX_FIND_VERSION_MAJOR = major version if requested, else 0
XXX_FIND_VERSION_MINOR = minor version if requested, else 0
XXX_FIND_VERSION_PATCH = patch version if requested, else 0
XXX_FIND_VERSION_TWEAK = tweak version if requested, else 0
XXX_FIND_VERSION_COUNT = number of version components, 0 to 4
XXX_FIND_VERSION_EXACT = true if EXACT option was given

If the find module supports versioning it should locate a version of
the package that is compatible with the version requested. If a
compatible version of the package cannot be found the module should
not report success. The version of the package found should be stored
in "XXX_VERSION..." version variables docmented by the module.

If the QUIET option is given to the command it will set the variable
XXX_FIND_QUIETLY to true before loading the FindXXX.cmake module. If
this variable is set the module should not complain about not being
able to find the package. If the
REQUIRED option is given to the command it will set the variable
XXX_FIND_REQUIRED to true before loading the FindXXX.cmake module. If
this variable is set the module should issue a FATAL_ERROR if the
package cannot be found. For each package-specific component, say
YYY, listed after the REQUIRED option a variable XXX_FIND_REQUIRED_YYY
to true. The set of components listed after either the REQUIRED
option or the COMPONENTS option will be specified in a
XXX_FIND_COMPONENTS variable. This can be used by the FindXXX.cmake
module to determine which sub-components of the package must be found.
If neither the QUIET nor REQUIRED options are given then the
FindXXX.cmake module should look for the package and complain without
error if the module is not found.

To get this behaviour you can use the FIND_PACKAGE_HANDLE_STANDARD_ARGS()
macro, as an example see FindJPEG.cmake.