Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use NetBSD to initialize OpenBSD configuration | Brad King | 2009-08-07 | 1 | -2/+1 |
| | | | | | We teach Modules/Platform/OpenBSD.cmake to load NetBSD first since the platforms are so similar. This enables RPATH support on OpenBSD. | ||||
* | ENH: Teach find_library to find OpenBSD-style libs | Brad King | 2008-09-22 | 1 | -0/+1 |
| | | | | | | | 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. | ||||
* | ENH: add unix paths | Bill Hoffman | 2006-03-27 | 1 | -0/+1 |
| | |||||
* | ENH: fix for OpenBSD | Bill Hoffman | 2004-12-16 | 1 | -1/+1 |
| | |||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -2/+1 |
| | | | | to enable a language without modifing cmake source code | ||||
* | BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu | Bill Hoffman | 2003-11-14 | 1 | -0/+2 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -0/+0 |