| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
examples, addressed autolinking issue on MSVC
|
|
|
|
| |
prior to 1.35. Eliminate "lib" prefix except on MSVC.
|
|
|
|
| |
including Issue #6926
|
|
|
|
| |
called more than once (Issue #7460)
|
| |
|
|
|
|
| |
the auspices of forcing the user to use autolinking, but it only did this squashing on the first call to FindBoost. Subsequent calls to FindBoost would not have Boost_LIBRARIES squashed so this code was doing nothing. If you link your target_link_libraries() against dynamic boost libraries it appears from tools like Dependency Walker that the pragma calls to autolink to the static boost libraries are ignored. It's therefore too late to make this squash apply to all calls to FindBoost because that would break users that have not setup autolinking properly. For now this fix is largely cosmetic since the original code never worked anyways (see version 1.5 introduced on 4/22/08).
|
|
|
|
| |
call since it would be useless and confusing after an initial configure.
|
|
|
|
| |
workaround for Issue #8378. Resolves Issue #8099
|
|
|
|
|
| |
regression for bjam users on Win32 introduced in 1.4.2.4 (7/13/08). This
commit partially or completely resolves Issues #8173, #8326, #7943, #7725!
|
|
|
|
| |
reporting version x.y and not x.y.z
|
| |
|
|
|
|
| |
Alex
|
|
|
|
|
|
| |
but just a macro argument -> make it a real variable
Alex
|
|
|
|
| |
Alex
|
|
|
|
|
|
|
|
|
| |
now generates the project so that the environment variable VERBOSE is set to
1 when make is executed by kdevelop (and additionally this didn't work,
since CMAKE_GENERATOR never matches KDevelop3, this is now in
CMAKE_EXTRA_GENERATOR)
Alex
|
|
|
|
|
| |
Also eliminated superfluous CXXTEST_FOUND assignment and cleaned up the code
and added additional documentation. Tagged v1.0.
|
|
|
|
| |
followed by multiple calls to ENABLE_LANGUAGE. Use find_program to set the CMAKE_INSTALL_NAME_TOOL variable so it gets saved in the cache as a full path to the install_name_tool executable rather than a simple set which eventually goes out of scope.
|
| |
|
|
|
|
| |
it properly by using the SYMBOLIC source file property to indicate to WMake when the sentinel file is not actually written by the update step.
|
|
|
|
| |
some cases to breakaway from tests without resetting to FALSE (BUG: 8188).
|
|
|
|
|
|
| |
svn and fix bug #8290
Alex
|
|
|
|
| |
UPDATE_COMMAND handling. Output a -complete sentinel in synch with the -install sentinel, but do not list it as an OUTPUT of the custom command. That breaks the chaining of add_custom_commands between custom targets, but allows for a file-level dependency expression that will cause proper incremental rebuilds. When earlier targets rebuild, subsequent dependent targets will also rebuild. CVS and SVN update commands are always out-of-date so that they always run to get the latest source. To suppress that behavior on a per-external project basis use an explicit empty string for UPDATE_COMMAND. The source will still be checked out from the repository prior to the update step by the download step.
|
| |
|
|
|
|
|
|
| |
On 64-bit Windows there may be two Program Files folders, one for 32-bit
binaries and one for 64-bit binaries. When we compute
CMAKE_SYSTEM_PREFIX_PATH we should put both folders in the path.
|
|
|
|
|
| |
Add QT_TRANSLATIONS_DIR pointing to the Qt translation files, and docs for it.
Also add docs for QT_BINARY_DIR.
|
|
|
|
| |
testing framework within CTest
|
|
|
|
| |
installing. If none specified default to the cmake used to configure the outer/aggregating project.
|
|
|
|
| |
CMake, and running Squish tests from ctest
|
|
|
|
| |
configure time as well as having custom commands that create them. Necessary for the Borland Makefiles generator to generate short path names in the makefile build rules. Also, make sure all custom commands chain together properly through the use of the sentinel files.
|
|
|
|
| |
for an external project. Add capability of customizing the download step. Add tests of empty projects. Better comments and error checking in AddExternalProject.cmake. In tests, use KWStyle from CVSHEAD to see if QNX continuous can build the latest KWStyle. Make KWStyle test depend on all previous test external projects so it builds last to catch other issues before any KWStyle compile errors.
|
|
|
|
| |
fixing, more tests and documentation certain to follow as it gets used by others...
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
redistributables directory on Win64 builds... Add a search directory based on devenv (CMAKE_MAKE_PROGRAM) location so we can find it despite the madness.
|
|
|
|
|
|
|
|
|
| |
CMAKE_MINIMUM_REQUIRED(VERSION), because the cmake they are shipped with is
always ok. Additionally, if a Find-module does CMAKE_MINIMUM_REQUIRED(), it
changes the policies as they may be set up by the project. So this shouldn't
be done in a Find-module (or surrounded by policy-push/pop commands)
Alex
|
| |
|
| |
|
| |
|
|
|
|
| |
Alex
|
| |
|
|
|
|
|
|
| |
not (yet) with the Visual Studio generators
Alex
|
| |
|
|
|
|
| |
Alex
|
| |
|
| |
|