summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeJavaInformation.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'relative-CMAKE_USER_MAKE_RULES_OVERRIDE'Brad King2011-01-261-7/+11
|\ | | | | | | | | a146e03 Fix relative CMAKE_USER_MAKE_RULES_OVERRIDE (#11725)
| * Fix relative CMAKE_USER_MAKE_RULES_OVERRIDE (#11725)Brad King2011-01-191-7/+11
| | | | | | | | | | | | | | | | | | In commit 295b5b60 (Honor CMAKE_USER_MAKE_RULES_OVERRIDE in try_compile, 2010-06-29) we started passing the value of this variable when building a try_compile project. If the variable contains a relative path it must be treated with respect to the file where it is first used. Ensure that the value is converted to a full path so that it is correctly referenced in the try_compile projects.
* | Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|/
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+14
| | | | | | | This adds copyright/license notification blocks CMake's non-find modules. Most of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* BUG: Go back to using "." so the Java test passes on the nightly nmake ↵David Cole2008-03-161-4/+4
| | | | dashboards again. Still need a solution that works with both nmake and Visual Studio builds.
* COMP: Conditionalize the last change so that the fix only applies to WIN32. ↵David Cole2008-03-131-4/+10
| | | | Leave it the way it was elsewhere, the new way does not work on the Mac continuous dashboard...
* BUG: Fix the Java test for Visual Studio builds. Before this, it had been ↵David Cole2008-03-131-3/+4
| | | | trying to include "BuildLog.htm" in the .jar file because it was using "." as the list of files to include in the .jar file. Use "*.class" instead of "." to prevent this silliness.
* ENH: fix java and add OBJECT_DIR supportBill Hoffman2006-04-171-2/+2
|
* ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow ↵Bill Hoffman2006-03-021-0/+13
| | | | changing _INIT variables
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+1
|
* BUG: make sure java jar files are not libfoo.jar but are just foo.jarBill Hoffman2004-09-271-1/+0
|
* BUG: let the generator quote the pathBill Hoffman2004-09-221-1/+1
|
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-221-0/+20
| | | | directory.
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-0/+1
to enable a language without modifing cmake source code