Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cygwin: Avoid legacy warnings in RunCMake.* tests | Brad King | 2013-08-13 | 1 | -1/+1 |
| | | | | | | Set the minimum required version of CMake high enough to avoid the warning for CMAKE_LEGACY_CYGWIN_WIN32. The warning appears on stderr and breaks the expected output matching. | ||||
* | Introduce target property <LANG>_VISIBILITY_PRESET | Stephen Kelly | 2013-06-02 | 6 | -0/+21 |
This is initialized by CMAKE_<LANG>_VISIBILITY_PRESET. The target property is used as the operand to the -fvisibility= compile option with GNU compilers and clang. |