Alex Neundorf
02d47abe58
FeatureSummary.cmake: error out when a REQUIRED package is missing
...
Alex
2011-07-17 20:26:49 +02:00
Alex Neundorf
91a1527735
FeatureSummary.cmake: add INCLUDE_QUIET_PACKAGES keyword
...
Now found packages are not stored in ENABLED/DISABLED_FEATURES
anymore, but always in PACKAGES_FOUND/NOT_FOUND.
ENABLED/DISABLED_FEATURES is now only used via
ADD_FEATURE_INFO(), e.g. for stuff set via option().
Alex
2011-07-17 17:48:00 +02:00
Alex Neundorf
0671a02920
FeatureSummary.cmake: remove "comment" field
...
What was given as comment to set_package_info(), now goes into
the PURPOSE field. It was not clear what the comment should contain,
with the PURPOSE this is much clearer now.
Alex
2011-07-17 16:03:38 +02:00
Alex Neundorf
aae13f4c8e
Extend FeatureSummary: add PURPOSE of package and TYPE
...
With the PURPOSE a project can state what the package in question
is used for in the project (as opposed to describing what the package
does in general).
TYPE can be one of OPTIONAL (default)
RUNTIME - not needed for building, only at runtime
RECOMMENDED - as OPTIONAL, but you should really have it
REQUIRED - cmake will fail if one of these is not found
This can be set using the new function set_package_properties()
Alex
2011-07-17 15:57:50 +02:00
KWSys Robot
07bb5b77ec
KWSys Nightly Date Stamp
2011-07-17 00:14:04 -04:00
KWSys Robot
5d963edc5e
KWSys Nightly Date Stamp
2011-07-16 00:10:06 -04:00
KWSys Robot
8b238f4945
KWSys Nightly Date Stamp
2011-07-15 00:12:06 -04:00
KWSys Robot
60087f7128
KWSys Nightly Date Stamp
2011-07-14 00:10:22 -04:00
KWSys Robot
37340687a4
KWSys Nightly Date Stamp
2011-07-13 00:13:06 -04:00
KWSys Robot
39a9403a70
KWSys Nightly Date Stamp
2011-07-12 00:14:11 -04:00
KWSys Robot
dabdf9248f
KWSys Nightly Date Stamp
2011-07-11 00:10:05 -04:00
KWSys Robot
349c5c2160
KWSys Nightly Date Stamp
2011-07-10 00:13:04 -04:00
KWSys Robot
57109cb67f
KWSys Nightly Date Stamp
2011-07-09 00:10:10 -04:00
David Cole
2a97c5d52f
Begin post-2.8.5 development
2011-07-08 11:05:10 -04:00
David Cole
ee1c6a5b06
CMake 2.8.5
2011-07-08 07:12:50 -04:00
David Cole
5a26d3a525
Merge branch 'release'
2011-07-08 07:01:19 -04:00
KWSys Robot
b4b134a4fa
KWSys Nightly Date Stamp
2011-07-08 00:13:11 -04:00
KWSys Robot
a8e0287d86
KWSys Nightly Date Stamp
2011-07-07 00:12:12 -04:00
KWSys Robot
69ed07ad2d
KWSys Nightly Date Stamp
2011-07-06 00:14:08 -04:00
KWSys Robot
aa20138dbc
KWSys Nightly Date Stamp
2011-07-05 00:12:06 -04:00
KWSys Robot
127bcb39bc
KWSys Nightly Date Stamp
2011-07-04 00:12:05 -04:00
KWSys Robot
42eef30652
KWSys Nightly Date Stamp
2011-07-03 00:12:11 -04:00
KWSys Robot
fe9ac70076
KWSys Nightly Date Stamp
2011-07-02 00:13:02 -04:00
KWSys Robot
5a022c3339
KWSys Nightly Date Stamp
2011-07-01 00:13:04 -04:00
KWSys Robot
f9b69873a9
KWSys Nightly Date Stamp
2011-06-30 00:13:06 -04:00
KWSys Robot
e1237478f1
KWSys Nightly Date Stamp
2011-06-29 00:12:05 -04:00
Brad King
d2430b2ffd
Merge topic 'revert-fixbug_0004147'
...
fc04531
Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake"
2011-06-28 16:27:06 -04:00
KWSys Robot
34238d5bcb
KWSys Nightly Date Stamp
2011-06-28 00:13:12 -04:00
Brad King
fc045318f8
Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake"
...
This reverts commit 1088b0278e
.
Wrapper dependency scanning (fix for #4147 ) does not work at CMake
configuration time if an input file is provided by a custom command
(regression #12307 ). Revert to original behavior until a solution is
found.
2011-06-27 13:36:01 -04:00
David Cole
73c12803e6
CMake 2.8.5-rc3 include regression fix
2011-06-27 06:59:58 -04:00
David Cole
8d7884c84a
Merge branch 'release'
2011-06-27 06:56:42 -04:00
KWSys Robot
ea1a519a35
KWSys Nightly Date Stamp
2011-06-27 00:10:06 -04:00
KWSys Robot
11b4eb2b8a
KWSys Nightly Date Stamp
2011-06-26 00:10:07 -04:00
KWSys Robot
428cfb8dcb
KWSys Nightly Date Stamp
2011-06-25 00:12:04 -04:00
Brad King
4ccf44bcb2
Merge topic 'use_devenv_forvs2010'
...
8555c2b
Look for VCExpress as a possible build tool as well as devenv.
ed0075b
Use relative paths for custom command inputs.
38368d5
Revert "With very long file names, VS 2010 was unable to compile files."
8cd66dc
Use devenv instead of msbuild for vs2010.
2011-06-24 17:32:03 -04:00
KWSys Robot
26607e9ae3
KWSys Nightly Date Stamp
2011-06-24 00:12:38 -04:00
Bill Hoffman
8555c2b4b7
Look for VCExpress as a possible build tool as well as devenv.
2011-06-23 15:29:25 -04:00
KWSys Robot
672b6ca5e4
KWSys Nightly Date Stamp
2011-06-23 00:12:34 -04:00
Bill Hoffman
ed0075bdb7
Use relative paths for custom command inputs.
...
For source files we use full paths. This allows for longer directory
names with VS2010. However, the use of full paths causes the GUI
to not display the custom commands.
2011-06-22 11:52:15 -04:00
KWSys Robot
d0d5540dc6
KWSys Nightly Date Stamp
2011-06-22 00:12:04 -04:00
Bill Hoffman
38368d52f3
Revert "With very long file names, VS 2010 was unable to compile files."
...
This reverts commit 945f2c2214
.
2011-06-21 16:00:31 -04:00
Bill Hoffman
8cd66dc0d2
Use devenv instead of msbuild for vs2010.
2011-06-21 15:58:11 -04:00
David Cole
e8e1048c5f
CMake 2.8.5-rc3
2011-06-21 13:05:02 -04:00
David Cole
4da6bea9e2
Merge branch 'release'
2011-06-21 11:59:34 -04:00
KWSys Robot
d9d7e8ffa5
KWSys Nightly Date Stamp
2011-06-21 00:13:02 -04:00
Brad King
e85df15b7d
Merge topic 'libarchive-install-copyright-notice'
...
d39aee4
libarchive: Install COPYING with CMake documentation
2011-06-20 15:14:19 -04:00
Brad King
ddd6e8ed55
Merge topic 'FindJNI-Fedora-issue-12276'
...
93fc629
FindJNI: Search in Fedora arch-specific JVM location (#12276 )
2011-06-20 15:14:07 -04:00
Brad King
26c449d1d9
Merge topic '11279_vs10sp1_and_improvements'
...
effb6bb
Detect VS 2010 SP1, faster and more robust detection
2011-06-20 15:13:57 -04:00
Brad King
2822bd184d
Merge topic 'doc-spelling-formatting-issue-12287'
...
d66459b
Documentation: Fix spelling / formatting errors (#12287 )
2011-06-20 15:13:37 -04:00
Brad King
25b0b777f6
Merge topic 'FindBoost_bugfixes_060911'
...
974374a
FindBoost: Also search for 1.46.1
f26d1cf
FindBoost: Fixes #12188
2011-06-20 15:13:25 -04:00