summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'AddCMAKE_CURRENT_LIST_DIR'David Cole2010-10-1986-86/+86
|\ | | | | | | | | | | | | b011840 Use absolute path to FindPackageHandleStandardArgs.cmake everywhere 41e4f1a Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE) f9fc79c Remove trailing whitespace
| * Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-2886-86/+86
| | | | | | | | | | | | | | This is to avoid getting an (older) copy of FPHSA.cmake which is e.g. installed with KDE 4.5.0 and 4.5.1. Alex
* | Merge topic 'FindBoost_bugfix_cleanup'David Cole2010-10-121-17/+8
|\ \ | | | | | | | | | | | | b867a3f Remove superfluous variable Boost_COMPAT_STATIC_RUNTIME.
| * | Remove superfluous variable Boost_COMPAT_STATIC_RUNTIME.Philip Lowman2010-10-121-17/+8
| | | | | | | | | | | | | | | | | | | | | There is no need to introduce this extra variable as FindBoost can simply rely on if Boost_USE_STATIC_RUNTIME is defined or not to disable the old searching behavior for static runtime libraries on WIN32.
* | | Merge topic 'FindHDF5-is-parallel'David Cole2010-10-121-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 3445532 FindHDF5: Fix typo in parallel-IO support check (#11291)
| * | | FindHDF5: Fix typo in parallel-IO support check (#11291)Brad King2010-10-111-1/+1
| |/ /
* | | Merge topic 'findmpi-msmpi-update'David Cole2010-10-121-1/+2
|\ \ \ | | | | | | | | | | | | | | | | 35d2770 Update module to locate newely released MS MPI HPC Pack R2.
| * | | Update module to locate newely released MS MPI HPC Pack R2.David Partyka2010-10-111-1/+2
| |/ /
* | | Merge topic 'qt4-imports-dir'David Cole2010-10-121-37/+36
|\ \ \ | | | | | | | | | | | | | | | | 2dae2f1 Find imports dir in Qt 4.7
| * | | Find imports dir in Qt 4.7Clinton Stimpson2010-10-091-37/+36
| |/ /
* | | FindSubversion: Use C locale to detect version (#11273)Rolf Eike Beer2010-10-071-1/+8
| | | | | | | | | | | | | | | Force LC_ALL to C before the call of the svn executable as it is done in the Subversion_WC_INFO macro a few lines below.
* | | FindSubversion: Fix for German localized client (#11273)Rolf Eike Beer2010-10-071-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | On a Win32 system with a German version of SilkSVN I couldn't run CMake again on the working copy as the cache is displayed as corrupted. The cause is that the regular expression to find the version number will not match and put everything from the "svn --version" output into the cache, which contains umlauts and other funny characters. Fix the regexp to not only match " version " but also " Version " as it's in the German output. I have no idea what will happen on a French or Japanese system. This should be easy to test as it happens also on a German Linux system.
* | Merge topic 'FindCUDA-allow-g3'Brad King2010-10-051-2/+2
|\ \ | | | | | | | | | | | | 6916f8d Allow -g3 for CUDA v3.0+.
| * | Allow -g3 for CUDA v3.0+.James Bigler2010-10-041-2/+2
| |/ | | | | | | | | In versions of the CUDA toolkit previous to version 3.0 the use of -g3 would cause compilation errors. This was fixed in version 3.0.
* | Merge topic 'Fix-0011263-CUDA_SDK_PATH'Brad King2010-10-051-1/+3
|\ \ | | | | | | | | | | | | 1df8516 Fix for bug 0011263.
| * | Fix for bug 0011263.James Bigler2010-10-041-1/+3
| |/ | | | | | | Added CUSDKCOMPUTE_ROOT to the list of paths when looking for CUDA_SDK_ROOT_DIR.
* | Merge topic 'CPackHandleParenthesisInSystemName'Brad King2010-10-051-3/+3
|\ \ | | | | | | | | | | | | 4a4a53f CPackRPM Handle parenthesis in CPACK_SYSTEM_NAME (fix bug 10737)
| * | CPackRPM Handle parenthesis in CPACK_SYSTEM_NAME (fix bug 10737)Eric NOULARD2010-10-031-3/+3
| |/ | | | | | | merge patch from Frank Stappers
* | Merge topic '11279'Brad King2010-10-051-2/+4
|\ \ | | | | | | | | | | | | aca758b Fixes issue 11279: CMakeDetermineVSServicePack support for VS10
| * | Fixes issue 11279: CMakeDetermineVSServicePack support for VS10Philip Lowman2010-10-011-2/+4
| |/ | | | | | | Thanks to Aaron C. Meadows for the patch.
* | Merge topic 'vs-load-Windows-ifort'Brad King2010-10-053-0/+6
|\ \ | |/ |/| | | | | 20f4973 Reset platform/compiler info status for each language
| * Reset platform/compiler info status for each languageBrad King2010-09-283-0/+6
| | | | | | | | | | | | | | | | | | | | In each CMake<lang>Information.cmake file we use an _INCLUDED_FILE variable to track whether a compiler information file has been loaded. Reset this variable for each language. This fixes Fortran under VS generators with the Intel plugin. Previously the variable would be left set true from C and C++ and then Fortran would not load old-style files like Platform/Windows-ifort.
* | Merge topic 'PutRequiredVersionInDetailMessageInFPHSA'Brad King2010-09-281-1/+1
|\ \ | | | | | | | | | | | | 567ac0b Also store the required version number in the details message.
| * | Also store the required version number in the details message.Alex Neundorf2010-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | This way the success/failure message of FPHSA() is also printed again if the required version is changed. Alex
* | | Merge topic 'python_module_prefix_suffix'Brad King2010-09-281-0/+7
|\ \ \ | | | | | | | | | | | | | | | | d36c16a Set the module prefix, updated Windows suffix.
| * | | Set the module prefix, updated Windows suffix.David Gobbi2010-09-241-0/+7
| | | | | | | | | | | | | | | | | | | | Set the Python module prefix to PYTHON_MODULE_PREFIX, and changed the suffix on Windows to .pyd as .dll is officially deprecated.
* | | | Merge topic 'findqt4-cross-compile'Brad King2010-09-281-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 25931ae Fix regression in cross-compile patches with finding Qt libs.
| * | | | Fix regression in cross-compile patches with finding Qt libs.Clinton Stimpson2010-09-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a Qt installation is in CMAKE_PREFIX_PATH and a QT_QMAKE_EXECUTABLE points to a qmake for a different Qt installation, prefer finding libs in the latter Qt installation.
* | | | | Merge topic 'DescriptionsForFeatureSummaryALL'Brad King2010-09-281-5/+9
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | b935f00 Close ENDFUNCTION() properly with the same name as FUNCTION() 07bca48 Set a default DESCRIPTION if none is given for ALL mode of feature_summary() d5b2915 APPEND and not-APPEND mode of feature_summary() were swapped
| * | | | Close ENDFUNCTION() properly with the same name as FUNCTION()Alex Neundorf2010-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | Alex
| * | | | Set a default DESCRIPTION if none is given for ALL mode of feature_summary()Alex Neundorf2010-09-211-2/+6
| | | | | | | | | | | | | | | | | | | | Alex
| * | | | APPEND and not-APPEND mode of feature_summary() were swappedAlex Neundorf2010-09-211-2/+2
| | | | | | | | | | | | | | | | | | | | Alex
* | | | | Merge topic 'fix-11026'Brad King2010-09-221-2/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 4a323bd Honor MAKECOMMAND value saved in cache (#11026)
| * | | | | Honor MAKECOMMAND value saved in cache (#11026)David Cole2010-09-221-2/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a separate variable to pass to the BUILD_COMMAND call and then use set(CACHE) to transfer that to MAKECOMMAND. That way, if MAKECOMMAND is in the cache already, it is left untouched. Fixes regression introduced in commit 0b38bb4c with the fix for bug #2336. Thanks to Evgeniy P for the patch.
* | | | | Merge topic 'mingw-long-object-lists'Brad King2010-09-222-2/+34
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5f05a3c MinGW: Support long object file lists 2d9bb33 Evaluate <OBJECT_DIR> rule variable for executables
| * | | | | MinGW: Support long object file listsBrad King2010-09-172-2/+34
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a combination of response files and the archiver to support long object file lists that do not fit in the Windows command-line length limit. This can work only with GCC >= 4 because the MinGW GCC 3.x front-ends do not support response-file syntax.
* | | | | Merge topic 'cygwin-system-processor'Brad King2010-09-221-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 2412d9b Use 'uname -m' for processor on Cygwin (#10774)
| * | | | | Use 'uname -m' for processor on Cygwin (#10774)Yaakov Selkowitz2010-09-211-3/+3
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | POSIX requires 'uname -m' but not 'uname -p': http://www.opengroup.org/onlinepubs/9699919799/utilities/uname.html Indeed Cygwin 'uname -p' returns "unknown".
* | | | | Merge topic 'find-fltk-cygwin'Brad King2010-09-222-9/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | a6628d1 FindFLTK*: Use Cygwin fltk on Cygwin
| * | | | | FindFLTK*: Use Cygwin fltk on CygwinYaakov Selkowitz2010-09-212-9/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | Do not set FLTK_PLATFORM_DEPENDENT_LIBS to contain win32 libraries. Cygwin builds should use the fltk that comes with Cygwin.
* | | | | FindPythonInterp: Look for python2.7 interpreterBrad King2010-09-211-2/+3
|/ / / / | | | | | | | | | | | | Python 2.7 was released on July 3rd, 2010.
* | | | Merge topic 'FindBoost_bugfixes'Brad King2010-09-211-81/+302
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b8b9a32 FindBoost.cmake: Fix library search path glitch introduced in earlier commit 90c16d8 FindBoost.cmake: Implements 11160 95ff120 FindBoost.cmake: Fixes 10436 5cce138 FindBoost.cmake: Fixes 11121 0239041 FindBoost.cmake: Fixes 11246 d4900c2 FindBoost.cmake: Fix compiling against a boost source tree 6ed7d99 FindBoost.cmake: Add Boost_NO_SYSTEM_PATHS option 16b0eb5 FindBoost.cmake: Miscellaneous changes and refactoring 5e6f0f0 FindBoost.cmake fixes for issues 11204 & 8529
| * | | | FindBoost.cmake: Fix library search path glitch introduced in earlier commitPhilip Lowman2010-09-201-23/+24
| | | | |
| * | | | FindBoost.cmake: Implements 11160Philip Lowman2010-09-181-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Boost_REALPATH option for people packaging Boost with their app: Boost_REALPATH Resolves symbolic links for discovered boost libraries to assist with packaging. For example, instead of Boost_SYSTEM_LIBRARY_RELEASE being resolved to "/usr/lib/libboost_system.so" it would be "/usr/lib/libboost_system.so.1.42.0" instead. This does not affect linking and should not be enabled unless the user needs this information.
| * | | | FindBoost.cmake: Fixes 10436Philip Lowman2010-09-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Add an additional library filename permutation which fixes library detection for some custom builds of Boost.
| * | | | FindBoost.cmake: Fixes 11121Philip Lowman2010-09-181-0/+32
| | | | | | | | | | | | | | | | | | | | Add support for finding Boost.Thread with special THREADAPI in filename
| * | | | FindBoost.cmake: Fixes 11246Philip Lowman2010-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | FindBoost can find shared libraries (.so) in rare circumstances even when Boost_USE_STATIC_LIBS is set
| * | | | FindBoost.cmake: Fix compiling against a boost source treePhilip Lowman2010-09-181-4/+1
| | | | | | | | | | | | | | | | | | | | This fixes issues 11192 & 11187.
| * | | | FindBoost.cmake: Add Boost_NO_SYSTEM_PATHS optionPhilip Lowman2010-09-181-25/+54
| | | | | | | | | | | | | | | | | | | | This fixes several duplicate issues in the tracker (7725, 11019, 8412)
| * | | | FindBoost.cmake: Miscellaneous changes and refactoringPhilip Lowman2010-09-181-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a warning if the user sets Boost_ROOT which is not correct * Clarify directions to the user for viewing debugging messages * Move the CMAKE_FIND_LIBRARY_SUFFIXES tweak outside of a for loop