| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
74e49aa BUG 11451 - pass CMAKE_EXTRA_GENERATOR down.
|
| |
| |
| |
| |
| | |
This patch fixes the behavior of external projects with respect to
generators using the CMAKE_EXTRA_GENERATOR variable.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
53e76c8 Teach CMake about Cray C, C++, and Fortran compilers
34e1ac2 Create Fortran info variables for .mod behavior
|
| |/
| |
| |
| |
| |
| | |
The Cray Fortran compiler needs "-em" to enable module output and also
"-J." to place the .mod files in the current working directory (instead
of next to the .o file).
|
|\ \
| |/
|/|
| |
| | |
a39ee97 Fix #11421: FindQt3.cmake doesn't honor the REQUIRED keyword
|
| |
| |
| |
| | |
Alex
|
| |
| |
| |
| |
| | |
Adds support for detecting builds of FindGTK2 with Visual Studio 2010.
Thanks to Vincent Levesque for the patch.
|
|\ \
| |/
|/|
| |
| | |
20ceccc FindPerlLibs: Fix for Mac locally applied patches
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously FindPerlLibs did not work with the Mac stock Perl because it
includes patches. From "perl -V":
Locally applied patches:
/Library/Perl/Updates/<version> comes before system perl directories
installprivlib and installarchlib points to the Updates directory
Adjust paths accordingly.
|
|\ \
| | |
| | |
| | |
| | | |
79e0233 BUG: Fix compiler flag test for non-English MSVC (#11336)
|
| |/
| |
| |
| | |
Approach suggested by John Stark.
|
|\ \
| | |
| | |
| | |
| | | |
fffe1c0 11363: FindBoost.cmake fails to find debug libraries in tagged layout install
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
506805c Make FindBISON work properly with non-C locales (#11326)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Applying the patch attached to http://public.kitware.com/Bug/view.php?id=11326
It sets LC_ALL to C before calling execute_process(), so the output is
in english.
Alex
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
de04854 Force cmake to run again when qrc dependency scanning needs to happen.
|
| |/ / |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
cfba5ef Fix regression in 2dae2f1 which added find of Qt imports dir.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
48e80eb Fixes to GetPrerequisites for cygwin
bee4802 Append the gp_tool path to the system PATH using native slashes.
8e550ba Remove unecessary TO_CMAKE_PATH for gp_cmd_dir.
1684198 Switch to CMAKE_PATH when doing PATH comparisons on Windows.
be94c49 Fixed appending PATH to dumpbin tool from growing without bounds.
|
| | | |
| | | |
| | | |
| | | | |
Fix IF(WIN32) guards check for cygwin. Fix checking if the depenency is in a system location to use cygwin style paths on cygwin. Also change GetPrerequisites to switch gp_tool to tools that are very unlikely to be found, ie. dumpbin on Apple and otool on Windows/Unix.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
It is already using CMAKE style paths.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Users PATH may contain elements that end with backslash. This will escape the semicolon when iterating resulting in mismatches.
Fix indentation.
Fix whitespace
|
| | | |
| | | |
| | | |
| | | | |
IF(... MATCHES ...) used for comparing directories chokes especially in the case of C:\Program Files (x86)\<blah> because of regex pattern matching. Switched this to use STREQUAL in a loop instead.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
a749724 CPackDeb Added several optional debian binary package fields
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This fixes bugs #0011355 and 0008342.
The merged patch is a contribution from Michael Lasmanis and Petri Hodju
with some extra documentation added by the merger.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
6e1282f ExternalProject: No svn --username if empty (#11173)
|
| |/ / /
| | | |
| | | |
| | | | |
Nor --password. But please do if non-empty. Thank you.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
beeca11 Fixed parallel build for generators with EXTRA.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixed parallel build for projects using generators that have the
CMAKE_EXTRA_GENERATOR as well as CMAKE_GENERATOR. Thanks to Bill Hoffman
for helping me to track this one down, I missed parallel builds.
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
1f369a7 ENH: Added case for Python 2.7.
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
b867a3f Remove superfluous variable Boost_COMPAT_STATIC_RUNTIME.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
3445532 FindHDF5: Fix typo in parallel-IO support check (#11291)
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
35d2770 Update module to locate newely released MS MPI HPC Pack R2.
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
2dae2f1 Find imports dir in Qt 4.7
|
| |/ / / / |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
6916f8d Allow -g3 for CUDA v3.0+.
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
1df8516 Fix for bug 0011263.
|
| |/ / /
| | | |
| | | |
| | | | |
Added CUSDKCOMPUTE_ROOT to the list of paths when looking for CUDA_SDK_ROOT_DIR.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
4a4a53f CPackRPM Handle parenthesis in CPACK_SYSTEM_NAME (fix bug 10737)
|