Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comments | Andy Cedilnik | 2002-09-23 | 1 | -3/+3 |
| | |||||
* | Fix tests for new trycompile and tryrun | Andy Cedilnik | 2002-09-20 | 3 | -17/+11 |
| | |||||
* | Simplify checking for headers | Andy Cedilnik | 2002-09-20 | 2 | -9/+0 |
| | |||||
* | Add macro which checks if the header file exists | Andy Cedilnik | 2002-09-20 | 2 | -0/+40 |
| | |||||
* | Fix comment | Andy Cedilnik | 2002-09-20 | 1 | -4/+4 |
| | |||||
* | Add two commonly used modules. First one checks if the function exists, the ↵ | Andy Cedilnik | 2002-09-20 | 4 | -0/+78 |
| | | | | second one checks the size of type | ||||
* | Fix find wxWindows | Andy Cedilnik | 2002-09-19 | 1 | -3/+3 |
| | |||||
* | Improve searching for wxWindows | Andy Cedilnik | 2002-09-19 | 1 | -13/+20 |
| | |||||
* | GL should not be a completely necessary thing for finding GTK. This will ↵ | Andy Cedilnik | 2002-09-18 | 1 | -9/+16 |
| | | | | find gtk and GL but also just GTK | ||||
* | ENH: Adding installation of TRY_COMPILE tests. | Brad King | 2002-09-17 | 1 | -0/+1 |
| | |||||
* | slight change in signature for TryCompile | Ken Martin | 2002-09-17 | 1 | -1/+2 |
| | |||||
* | removed messages | Ken Martin | 2002-09-13 | 1 | -2/+0 |
| | |||||
* | removed messages | Ken Martin | 2002-09-13 | 1 | -2/+0 |
| | |||||
* | Make QT variables advanced | Ian Scott | 2002-09-13 | 1 | -0/+9 |
| | |||||
* | Need to use $ENV{} to access environment variables | Ian Scott | 2002-09-13 | 1 | -15/+14 |
| | |||||
* | some cleanup | Ken Martin | 2002-09-12 | 1 | -1/+3 |
| | |||||
* | new try compile module | Ken Martin | 2002-09-12 | 2 | -0/+26 |
| | |||||
* | FIX: typo + bring back the OPENGL_gl_LIBRARY path that can be used to find ↵ | Sebastien Barre | 2002-09-10 | 1 | -10/+13 |
| | | | | GLU (was wiped out from FindGLU) | ||||
* | Adding GLU to the OPENGL_LIBRARIES only if it is found. | Bill Hoffman | 2002-09-09 | 1 | -2/+4 |
| | |||||
* | ERR: Fix opengl finding on osx | Yves Starreveld | 2002-09-06 | 1 | -0/+12 |
| | |||||
* | ENH: make stub stuff ADVANCED | Sebastien Barre | 2002-09-06 | 1 | -4/+6 |
| | |||||
* | Add important missing word to documentation | Ian Scott | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | More detailed information about consistent FindXXX.cmake files | Ian Scott | 2002-09-06 | 1 | -10/+21 |
| | |||||
* | Hide lots of values in the advanced list | Ian Scott | 2002-09-05 | 5 | -25/+64 |
| | | | | | Fix some bugs OpenGL always needs X11 on Unix | ||||
* | ERR: Still need to define OPENGL_INCLUDE_PATH in addition to the standard ↵ | Brad King | 2002-09-04 | 1 | -0/+3 |
| | | | | OPENGL_INCLUDE_DIR for backward compatability. | ||||
* | A simple FindMFC module for consistency | Ian Scott | 2002-09-03 | 1 | -0/+18 |
| | |||||
* | Dart now has a configure option | Ian Scott | 2002-09-03 | 1 | -3/+7 |
| | |||||
* | I copied a bit too much VXL functionality here. Oops | Ian Scott | 2002-09-03 | 1 | -1/+1 |
| | |||||
* | Added PERL_FOUND | Ian Scott | 2002-09-03 | 1 | -2/+14 |
| | |||||
* | Add an MPEG finder in the new format - functionality copied from VXL. | Ian Scott | 2002-09-03 | 1 | -0/+38 |
| | |||||
* | Fixed mistake in comments | Ian Scott | 2002-09-03 | 8 | -115/+229 |
| | | | | | Transferred OPENGL finding logic in from VXL Added Some backwards compatibility with CMake1.4 | ||||
* | Moved FLTK and GTK to new FindXXX scheme. Imported some functionality from VXL | Ian Scott | 2002-09-02 | 2 | -111/+232 |
| | |||||
* | small bug fixes | Ian Scott | 2002-09-02 | 1 | -1/+1 |
| | |||||
* | Fix Bugs | Ian Scott | 2002-09-02 | 2 | -5/+5 |
| | |||||
* | This file should not be empty | Ian Scott | 2002-09-02 | 1 | -0/+23 |
| | |||||
* | Moved FindZLib.cmake to FindZLIB.cmake | Ian Scott | 2002-09-02 | 1 | -0/+0 |
| | |||||
* | Copied the X11 PNG and ZLIB functoinality from VXL | Ian Scott | 2002-09-02 | 3 | -48/+45 |
| | |||||
* | Adding Zlib and PNG find modules in the new format | Ian Scott | 2002-09-02 | 2 | -1/+48 |
| | |||||
* | This Find Module is in the new style | Ian Scott | 2002-09-02 | 1 | -0/+28 |
| | |||||
* | Add helpful message for QT Windows users | Ian Scott | 2002-09-02 | 4 | -6/+62 |
| | | | | | Add FindZLib in new format Move FindJPEG and FINDWGET over to new scheme | ||||
* | Define a single expected format for the values defined in every ↵ | Ian Scott | 2002-09-02 | 4 | -42/+122 |
| | | | | | | | FindXXX.cmake file. Upgrade all the QT functionality to use the new FindXXX.cmake format Add a module for AVIFile. | ||||
* | ENH: Platform dependent libraries added. | Luis Ibanez | 2002-08-14 | 1 | -1/+12 |
| | |||||
* | FIX: fix commit messup (this change was committed to the branch instead of ↵ | Sebastien Barre | 2002-08-09 | 1 | -2/+2 |
| | | | | the main tree, thus was wiped-out later) | ||||
* | FIX: | Sebastien Barre | 2002-08-09 | 1 | -9/+15 |
| | | | | | | - WINDOWS does not exist, use WIN32 (or defineWINDOWS if cygwin can not be used inUnix mode?), - fix an un-closed IF, - use same prefix for vars (and make it advanced) | ||||
* | This hopefully finds wxWindows on UNIX | Andy Cedilnik | 2002-08-09 | 1 | -3/+17 |
| | |||||
* | Add UNIX support for WXWINDOWS | Andy Cedilnik | 2002-08-08 | 1 | -20/+29 |
| | |||||
* | ENH: first stab at wxWindows support (win32) | Sebastien Barre | 2002-08-08 | 1 | -0/+39 |
| | |||||
* | ENH: Images library added. Names for debuggin versions in windows added. | Luis Ibanez | 2002-08-05 | 1 | -5/+9 |
| | |||||
* | FIX: names styles for fltkgl and fltkforms are different in windows and linux. | Luis Ibanez | 2002-08-02 | 1 | -2/+2 |
| | | | | | Both styles are now searched taking advantage of the NAMES option in FIND_LIBRARY. | ||||
* | ENH: change the search path order (if several Tcl/Tk are installed, the ↵ | Sebastien Barre | 2002-07-29 | 1 | -2/+2 |
| | | | | "current" version is likely to be the one that is bound to the wish/tclsh found in the PATH) |