1278 Commits

Author SHA1 Message Date
Bill Hoffman
0692323fe0 *** empty log message *** 2002-10-22 15:04:52 -04:00
Bill Hoffman
b1114a344f new cmake based configuration 2002-10-22 10:34:07 -04:00
Ian Scott
7d907a9a61 Add option to control number of errors sent to dashbaord 2002-10-11 11:22:16 -04:00
Brad King
3d3d7a9146 BUG: Should not load CMAKE_INSTALL_PREFIX from the cache. 2002-10-11 10:14:19 -04:00
Sebastien Barre
fe100ef263 ENH: mark some vars as advanced (and resort the list) 2002-10-10 10:45:34 -04:00
Andy Cedilnik
0ccba5a056 Add some search paths 2002-10-09 13:47:49 -04:00
Luis Ibanez
b051815555 ENH: Adding install of .in and .c modules. 2002-10-02 16:42:17 -04:00
Andy Cedilnik
dfb25dd982 Add test for big endian 2002-10-01 15:56:18 -04:00
Luis Ibanez
b013813f15 ENH: removed "USE_FLTK_VERSION_1.1" in favor of "FLTK_VERSION_1.1" to avoid
confusions.
2002-10-01 10:12:49 -04:00
Luis Ibanez
af207d3166 ENH: Version 1.1 is considered to be the default. 2002-09-30 22:26:47 -04:00
Luis Ibanez
1f80ecf5a5 Configuratiion for finding LaTeX related executables. 2002-09-30 12:24:41 -04:00
Andy Cedilnik
1bd6766643 Set variable to either 1 or empty string instead of TRUE and FALSE 2002-09-25 17:25:02 -04:00
Andy Cedilnik
8d604d3421 Cleanup 2002-09-25 10:38:56 -04:00
Andy Cedilnik
5902279ebc Fix modules for recent changes 2002-09-25 10:08:08 -04:00
Andy Cedilnik
b5de000f26 Improve backward compatibility, so that all backward compatibility stuff is in two modules; fix invoking of try_compile; add checking for header files and sizes of types 2002-09-24 17:58:38 -04:00
Andy Cedilnik
3697ad6dc7 Initial attempt to check if library exists 2002-09-24 16:36:56 -04:00
Andy Cedilnik
a863d65561 Improve check size of. Now it checks for some header files before trying to check types 2002-09-24 16:20:08 -04:00
Andy Cedilnik
af7c36f3cf Fix comments 2002-09-23 10:01:20 -04:00
Andy Cedilnik
28159ebd71 Fix tests for new trycompile and tryrun 2002-09-20 15:01:27 -04:00
Andy Cedilnik
1d0d685049 Simplify checking for headers 2002-09-20 14:16:43 -04:00
Andy Cedilnik
5a08e1b6dc Add macro which checks if the header file exists 2002-09-20 13:40:39 -04:00
Andy Cedilnik
fdcd197352 Fix comment 2002-09-20 13:40:20 -04:00
Andy Cedilnik
76e9af1575 Add two commonly used modules. First one checks if the function exists, the second one checks the size of type 2002-09-20 13:16:50 -04:00
Andy Cedilnik
000326237d Fix find wxWindows 2002-09-19 10:25:13 -04:00
Andy Cedilnik
0dafd886fc Improve searching for wxWindows 2002-09-19 09:42:58 -04:00
Andy Cedilnik
5e319f5b9b GL should not be a completely necessary thing for finding GTK. This will find gtk and GL but also just GTK 2002-09-18 08:15:04 -04:00
Brad King
d8aef3fd63 ENH: Adding installation of TRY_COMPILE tests. 2002-09-17 15:41:45 -04:00
Ken Martin
d17830ee5e slight change in signature for TryCompile 2002-09-17 09:17:15 -04:00
Ken Martin
0bd1dce8fc removed messages 2002-09-13 19:23:02 -04:00
Ken Martin
fd49f17297 removed messages 2002-09-13 10:40:41 -04:00
Ian Scott
e18a53698e Make QT variables advanced 2002-09-13 09:49:35 -04:00
Ian Scott
cf10b0b4f6 Need to use $ENV{} to access environment variables 2002-09-13 05:39:42 -04:00
Ken Martin
dcc71279c8 some cleanup 2002-09-12 16:36:56 -04:00
Ken Martin
32b398e55b new try compile module 2002-09-12 11:14:50 -04:00
Sebastien Barre
15d27bbc42 FIX: typo + bring back the OPENGL_gl_LIBRARY path that can be used to find GLU (was wiped out from FindGLU) 2002-09-10 13:32:45 -04:00
Bill Hoffman
43d055eb7a Adding GLU to the OPENGL_LIBRARIES only if it is found. 2002-09-09 09:50:39 -04:00
Yves Starreveld
979bd1ec61 ERR: Fix opengl finding on osx 2002-09-06 14:03:47 -04:00
Sebastien Barre
79ddd9426c ENH: make stub stuff ADVANCED 2002-09-06 13:56:35 -04:00
Ian Scott
28117a2e4a Add important missing word to documentation 2002-09-06 11:00:51 -04:00
Ian Scott
3d17c97f21 More detailed information about consistent FindXXX.cmake files 2002-09-06 10:55:55 -04:00
Ian Scott
079e8469ab Hide lots of values in the advanced list
Fix some bugs
OpenGL always needs X11 on Unix
2002-09-05 12:00:45 -04:00
Brad King
61ab3e3667 ERR: Still need to define OPENGL_INCLUDE_PATH in addition to the standard OPENGL_INCLUDE_DIR for backward compatability. 2002-09-04 09:24:50 -04:00
Ian Scott
0059db268c A simple FindMFC module for consistency 2002-09-03 12:29:03 -04:00
Ian Scott
e89040f463 Dart now has a configure option 2002-09-03 09:14:24 -04:00
Ian Scott
8cc45bd524 I copied a bit too much VXL functionality here. Oops 2002-09-03 09:00:06 -04:00
Ian Scott
c5feb8c6c5 Added PERL_FOUND 2002-09-03 08:33:56 -04:00
Ian Scott
d7ebdb9da0 Add an MPEG finder in the new format - functionality copied from VXL. 2002-09-03 08:24:48 -04:00
Ian Scott
0b288b6121 Fixed mistake in comments
Transferred OPENGL finding logic in from VXL
Added Some backwards compatibility with CMake1.4
2002-09-03 06:10:06 -04:00
Ian Scott
a89dbfc1b9 Moved FLTK and GTK to new FindXXX scheme. Imported some functionality from VXL 2002-09-02 17:34:45 -04:00
Ian Scott
0b1465ba3a small bug fixes 2002-09-02 17:33:51 -04:00