| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Find modules only detect Debug and Release configurations. All other
configurations will fall back to the configuration listed as the first
entry in `IMPORTED_CONFIGURATIONS`. Switch the order so that `Release`
is listed first, as this is a better fallback than `Debug` for the
`RelWithDebInfo` and `MinSizeRel` configurations. See issue #16091.
This approach is recommended by documentation in `cmake-developer(7)`
added by commit v3.2.0-rc1~286^2~1 (Help: Document IMPORTED_CONFIGURATIONS
target property for Find modules, 2014-12-04).
|
|\
| |
| |
| |
| | |
86bcdbcd FindIce: Support finding both release and debug libraries
|
| |
| |
| |
| |
| |
| |
| | |
Search for both release and debug library variants, and use
SelectLibraryConfigurations to choose the appropriate
library. Also add both release and debug libraries to the
imported targets.
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Do not quote if() arguments meant to test variable definitions.
|
|
|
|
|
| |
We do not use it elsewhere yet, and do not want to index environment
variables inconsistently.
|
|
|
|
| |
Make sure these modules also include exactly the version shipped with CMake.
|
| |
|
|
|
|
| |
Drop code adding redundant "/opt/Ice-${ice_version}" paths.
|
|
- autodetects Ice on all major platforms
- allows building with all supported Visual Studio versions on Windows
- autodetects the slice path on most platforms
- separately detects the Ice programs, headers, slice files and
libraries so that any Ice configuration or installation errors can
be accurately reported, making diagnosis of Ice problems simpler
|