| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
7495845 Fix CXX/Fortran MODULE flags when enabled before C (#12929)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If CXX or Fortran is enabled before C then the values of
CMAKE_SHARED_MODULE_C_FLAGS
CMAKE_SHARED_MODULE_CREATE_C_FLAGS
may not be available. On platforms where MODULE library (plugin) creation
is the same as SHARED library creation initialize the MODULE creation
flags from the SHARED creation flags of the matching language instead of
assuming that C has been enabled first.
Teach the COnly and CxxOnly tests to build MODULE libraries. The latter
covers this specific case.
|
|\ \
| | |
| | |
| | |
| | | |
9e25b12 FindLibArchive: support version selection
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
31826b5 FindPerl{,Libs}: move version detection into FindPerl
|
| | |
| | |
| | |
| | |
| | | |
If the first attempt of getting the version doesn't succeed, try a second
approach.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
44d007b CheckIncludeFiles: fix status output
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
CHECK_INCLUDE_FILES("foo.h" HAVE_FOO_H) gave an output like:
Looking for include files HAVE_FOO_H
After this change it does now what CHECK_INCLUDE_FILE() also does:
Looking for include files foo.h
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
c4a0bce CPack: Fix NSIS handling of privileged users (#12923)
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When using the NSIS generator from CPack the file NSIS.template.in is
used to generate a project.nsi file for NSIS to process. The file
consists code in the NSIS scripting language. Among other functions
there is an onInit function the initializes the installer. The function
(tries to) recognise admin and power users but fails since NSIS
scripting language relative includes the jump from the current command
so +3 means "run the third command after this one", so a failed check
for admin completely skips the check for a power user and goes directly
to "done:".
User permission lookup was added in initial NSIS support by commit
a11b9a4c (Merge from CPack branch, 2006-01-01). Later commit b1b052fd
(Several changes to for NSIS, 2006-03-01) added a line inside a block
that should be skipped by a jump without updating the jump length.
Update the jump length to correct the behavior.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
77e6c6f FindGettext: support version selection
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
c040054 Findosg: New modules for osgQt and osgPresentation
|
| |/ /
| | |
| | |
| | |
| | | |
Added new find modules for osgQt and osgPresentation submitted by
Robert Osfield <robert.osfield@gmail.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
1de14ec FindALSA: support version selection
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
8a83853 FindGnuplot: add version selection
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
00e30a0 FindJasper: fix library name
|
| |/ /
| | |
| | |
| | | |
Spotted by Patrick Spendrin.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
bde7b5a FindPythonInterp: try harder to get a version number
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
3cc11c2 FindBISON: add a version expression for GNU Bison 1.x
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
0bee3d9 FindOpenSSL: properly parse the hex version components
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
8e8db31 FindPostgreSQL: support version selection
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
9d7a001 FindLibXml2: detect version when PkgConfig is not used
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
0640ec9 FindCURL: detect version number also for older versions
|
| |/ /
| | |
| | |
| | |
| | | |
Older versions of cURL do not have a curlver.h, but have the version define
directly in curl.h.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
815a6a2 FindTIFF: support version selection
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
49b69ad FindLua51: add version support
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
1eaf1c9 SelectLibraryConfigurations: do not output identical configurations
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
If the debug and release libraries are the same (which usually means only one
of them was found) do not output the library as "optimized" and "debug", but
just as one plain library. At the end this means that the Find* output of the
avarage (Un*x) user will be much less cluttered.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
e01fe58 FindTclsh: support version selection
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
409aeaf FindRuby: do not blindly set version to 1.8.0
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
RUBY_VERSION was always set, even if no RUBY_EXECUTABLE was found. While it
may make sense to assume a default version if we can't execute the binary, it
certainly doesn't make sense to report a version if there is no executable at
all.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
0051506 FindPNG: support version selection
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
1562b9c FindImageMagick: make use of more FPHSA features
|
| |/
| |
| |
| |
| | |
This includes version number and printing the first found result if something
was found instead of "TRUE".
|
|\ \
| | |
| | |
| | |
| | |
| | | |
5b6ca9f FindBZip2: add support for debug libraries (#12867)
40fb005 FindBZip2: add support for version checking
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The debug library has a different name on Windows. Make sure both versions
work.
Thanks to Patrick Spendrin for testing this.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
a580a23 FindJasper: support version number
9bf7c4e FindJasper: find debug libraries
|