Clinton Stimpson
db0e1fd675
ENH: Fix #7784 . Fix link of glib when needed.
2008-10-07 10:35:22 -04:00
Bill Hoffman
9d6cec87e0
BUG: fix for 5705, link in standard libs for mingw
2008-10-02 12:11:02 -04:00
Bill Hoffman
12be7c21d0
ENH: find perl with FindPerl not find_program, bug: 6243
2008-10-01 16:10:45 -04:00
Bill Hoffman
ad63a47d02
BUG: fix for 7451
2008-10-01 14:19:20 -04:00
Bill Hoffman
6a1a1b632d
BUG: fix for bug 4772, enable_language should now work on linux with correct flags
2008-10-01 13:24:51 -04:00
Bill Hoffman
3677e5b233
BUG: fix for 7746
2008-09-26 20:09:26 -04:00
Bill Hoffman
cf5609221b
BUG: fix for 7704
2008-09-25 17:02:06 -04:00
Clinton Stimpson
33e87980cb
ENH: Fix #7433 . Put list of files in a .pro file and call lupdate on it,
...
instead of putting the list of files on the command line.
2008-09-22 15:00:31 -04:00
Clinton Stimpson
ae9f9e6994
BUG: remove debug statements.
2008-09-22 14:00:37 -04:00
Brad King
434a99bbeb
ENH: Teach find_library to find OpenBSD-style libs
...
OpenBSD shared libraries use a ".so.<major>.<minor>" extension and do
not have a symlink with just a ".so" extension. Its "ld" is capable of
finding the library with the best version. This change adds support for
finding such libraries. See issue #3470 .
2008-09-22 11:08:17 -04:00
Bill Hoffman
924fae24cf
BUG: 7435, remove warning for not setting DESTDIR
2008-09-22 09:56:24 -04:00
Bill Hoffman
d07fefc9ee
BUG: 7435 fixes to add optional post-install
2008-09-19 17:45:37 -04:00
Bill Hoffman
2394760388
ENH: try to make this work if ncurses lib is found bug not the ncurses header
2008-09-18 15:23:00 -04:00
Clinton Stimpson
139cae931e
ENH: For #7433 , add a bit more documentation and add ability
...
to specify extra flags to lupdate.
2008-09-18 10:56:58 -04:00
Matthew Leotta
20141bea1a
ENH: added a module to find Coin3D
2008-09-17 14:29:18 -04:00
Brad King
79a3807340
BUG: Fix FindBoost versioned find
...
To locate the boost include directory, all search paths and versioned
path suffixes should be passed to one call of FIND_PATH. Previously the
test for one version would find an unversioned system boost even when
the user set BOOST_ROOT (since the NO_DEFAULT_PATH option is not used).
See issue #7456 .
2008-09-16 10:30:32 -04:00
Bill Hoffman
64fc597de2
ENH: add initial support for HAIKU OS from bug# 7425
2008-09-15 17:53:28 -04:00
Bill Hoffman
0e5319f21d
BUG: fix for 6586, set THREADS_FOUND
2008-09-11 11:41:00 -04:00
Brad King
994262e5cc
ENH: Improve find_package version numbering
...
Make the number of version components specified explicitly available.
Set variables for unspecified version components to "0" instead of
leaving them unset. This simplifies version number handling for find-
and config-modules. Also support a fourth "tweak" version component
since some packages use them.
2008-09-10 10:11:48 -04:00
Bill Hoffman
b4475cf7e8
ENH: fix docs, bug 7590
2008-09-09 14:12:48 -04:00
Alexander Neundorf
1bcf48de98
BUG: only check for a toolchain prefix (e.g. "arm-linux-" in
...
"arm-linux-gcc") if we are cross compiling and the compiler is gcc
Alex
2008-09-08 17:43:31 -04:00
Bill Hoffman
43837fb3e1
ENH: do not add the same thing to the PATH again and again
2008-09-08 11:23:01 -04:00
Alexander Neundorf
281e441100
BUG: #7359 make llvm-gcc work, by explicitely excluding "llvm-" from _CMAKE_TOOLCHAIN_PREFIX
...
(use the (relatively) new CMAKE_MATCH_x variables set by all regex operations)
Alex
2008-09-07 16:54:01 -04:00
David Cole
6f8bdd276c
ENH: Add BundleUtilities.cmake and supporting changes to GetPrerequisites.cmake. Function copy_and_fixup_bundle in BundleUtilities helps to make standalone bundle applications on the Mac by pulling in prerequisite non-system libraries and frameworks as needed. Uses otool and install_name_tool to do analysis and fixups. Project-specific hooks for deciding where to embed libraries and for resolving item names into full path file names are also provided.
2008-09-06 12:20:07 -04:00
Bill Hoffman
3c96dc6086
BUG: make sure the intel compiler uses the intel linker
2008-09-02 14:47:41 -04:00
Bill Hoffman
9fef50d56f
BUG: remove Catalan as 2.29 does not have it
2008-09-02 14:46:45 -04:00
Brad King
f89dae7a94
ENH: Create Info.plist files in OS X Frameworks
...
A Mac OS X Framework should provide a Resources/Info.plist file
containing meta-data about the framework. This change generates a
default Info.plist for frameworks and provides an interface for users to
customize it.
2008-09-02 12:06:32 -04:00
Clinton Stimpson
87a31b5b7f
ENH: For #7433 , add documentation that directories also can be specified to
...
update the translation files.
2008-08-30 09:39:33 -04:00
David Cole
862b3cae2c
BUG: Do not use "Default" as a language, remove 2nd occurence of "English", and remove three other languages not supported by older versions of NSIS. Tested with version 2.18 of NSIS on gaia.kitware.
2008-08-26 16:43:27 -04:00
Clinton Stimpson
5990594331
ENH: Add comments about pre-processor defines and moc.
2008-08-26 16:04:36 -04:00
Clinton Stimpson
263a4229e5
ENH: Use COMPILE_DEFINTIONS instead of DEFINITIONS.
2008-08-26 11:50:15 -04:00
Clinton Stimpson
607e4eb4b4
ENH: Add -DWIN32 for moc on Windows. Final fix for #7465 .
2008-08-26 11:22:27 -04:00
Clinton Stimpson
dbdca3440a
ENH: Add -D preprocessor defines to the moc commands.
...
Needed to fix #7465 .
2008-08-25 19:41:56 -04:00
Bill Hoffman
532e5d144c
BUG: remove extension from inserts
2008-08-22 06:56:51 -04:00
Bill Hoffman
2739331c95
ENH: sort languages and use list from NSIS 2.22
2008-08-21 15:13:22 -04:00
Bill Hoffman
2d7893180c
BUG: remove some languages that are not supported in older versions of NSIS
2008-08-21 13:55:57 -04:00
Bill Hoffman
08cb1db528
ENH: try to fix error
2008-08-20 18:00:57 -04:00
Bill Hoffman
2f20b9d33b
BUG: fix for bug 7104 look for GL in X11R6 dirs
2008-08-19 15:59:58 -04:00
Bill Hoffman
77def5ed14
BUG: fix for bug 6775, FindPHP4 did not honor required
2008-08-19 14:28:43 -04:00
Bill Hoffman
736da84b4f
BUG: fix for 6710 CMAKE_OSX_SYSROOT should be a PATH
2008-08-19 14:23:38 -04:00
Bill Hoffman
1d57093baf
BUG: fix for 7446 NSIS support for other languages
2008-08-19 14:07:10 -04:00
Alexander Neundorf
03b434af8e
BUG: fix closing ENDIF()
...
Alex
2008-08-17 05:38:02 -04:00
Alexander Neundorf
502841c974
BUG: fix closing IF()
...
Alex
2008-08-17 05:11:51 -04:00
Alexander Neundorf
db4bebe5c8
BUG: fix #7447 , FindModulesExecuteAll test fails if both Qt3 and KDE4 can be
...
found in the system
Qt3 and Qt4 cannot be used together in one project.
Now Qt3/KDE3 and Qt4/KDE4 handle the case that this is done nevertheless
properly, i.e. they fail with FATAL_ERROR if it was REQUIRED and they fail
with just MESSAGE(STATUS ...) and RETURN() if it was not REQUIRED
BUG: make FindQt4 error out with FATAL_ERROR also if it was searched QUIET
Alex
2008-08-16 19:11:53 -04:00
Alexander Neundorf
bf4b0bfdd7
STYLE: remove some unnecessary lines
...
STYLE: everything uppercase in this file
Alex
2008-08-16 17:14:01 -04:00
Alexander Neundorf
5295385c34
ENH: also search in /usr/X11R7, remove /usr/lib and /usr/local/lib, they are
...
part of the standard search paths (partly sync wih KDE)
Alex
2008-08-16 07:38:12 -04:00
Alexander Neundorf
ae31d88145
ENH: add more names for libtiff, mark TIFF_INCLUDE_DIR and TIFF_LIBRARY as
...
advanced (sync with KDE)
Alex
2008-08-16 07:29:53 -04:00
Alexander Neundorf
58afad0968
ENH: also search for xmllint, which comes with libxml2 (sync with FindLibXml2.cmake from KDE)
...
Alex
2008-08-16 07:22:59 -04:00
Alexander Neundorf
7f69a773ab
ENH: add more names of linpng (sync with the KDE version)
...
Alex
2008-08-16 07:10:09 -04:00
Alexander Neundorf
35175120b1
STYLE: /usr/local/bin is in the path anyway
...
STYLE: this file is mostly uppercase commands, so make all commands
uppercase
ENH: add a status message in case pkgconfig didn't find the package (sync
with the one from KDE)
Alex
2008-08-16 07:01:49 -04:00