Bill Hoffman
|
bd74882d3e
|
ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages
|
2002-12-17 14:54:25 -05:00 |
Brad King
|
f433028b78
|
ENH: FindX11.cmake module now almost fully duplicates old configure functionality.
|
2002-12-17 11:55:54 -05:00 |
Brad King
|
7e824e83a9
|
ENH: Don't repeat check even if answer was no.
|
2002-12-13 14:58:55 -05:00 |
Brad King
|
fe26cf51f5
|
ERR: Fixed syntax errors for picky preprocessors.
|
2002-12-12 10:25:43 -05:00 |
Brad King
|
38b2667de2
|
ERR: Need double-quotes around expression to be mached in IF command.
|
2002-12-12 10:25:18 -05:00 |
Andy Cedilnik
|
1c6203b406
|
Add java support
|
2002-12-11 10:34:35 -05:00 |
Andy Cedilnik
|
c720d473b3
|
Better search for python
|
2002-12-09 16:22:44 -05:00 |
Brad King
|
f9eb32fc6e
|
ENH: Using only filename without path or extension for comparing build tools.
|
2002-12-09 14:33:48 -05:00 |
Bill Hoffman
|
b472d792be
|
use win32 threads for win32
|
2002-12-09 08:27:52 -05:00 |
Bill Hoffman
|
b6cb67eaa9
|
BUG: fix C compiler init
|
2002-12-06 10:16:21 -05:00 |
Bill Hoffman
|
b3ca217a23
|
clean up compiler picking code
|
2002-12-06 10:09:41 -05:00 |
Bill Hoffman
|
35fb6f22ba
|
fix for generator picked compilers
|
2002-12-06 10:02:19 -05:00 |
Bill Hoffman
|
96189f79d5
|
ENH: unify EnableLanguage across all generators
|
2002-12-05 13:44:11 -05:00 |
Brad King
|
14771cf5f6
|
ENH: Added support for finding/using VTK 4.0 without using its UseVTK.cmake file that does a LOAD_CACHE.
|
2002-12-05 10:47:18 -05:00 |
Brad King
|
f3eca1ef6b
|
BUG: Fix for string comparison when one string is empty.
|
2002-12-05 10:34:50 -05:00 |
Brad King
|
ee72d5740b
|
ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and CMAKE_IMPORT_BUILD_SETTINGS macro.
|
2002-12-05 09:46:30 -05:00 |
Brad King
|
9992fe5103
|
BUG: Removed stray debugging message.
|
2002-12-04 16:59:05 -05:00 |
Bill Hoffman
|
1e8914ada8
|
BUG: fix get make command problems.
|
2002-12-04 10:57:22 -05:00 |
Bill Hoffman
|
e2d1104881
|
determine CMAKE_MAKE_PROGRAM in EnableLanguage
|
2002-12-03 16:19:16 -05:00 |
Luis Ibanez
|
c40401f05b
|
Module to find tools from the ImageMagick package.
These tools are useful for converting image formats.
|
2002-12-03 14:15:51 -05:00 |
Luis Ibanez
|
ec1b07015e
|
ENH: description of variables now follows other style in other .cmake files.
|
2002-12-03 13:46:45 -05:00 |
Luis Ibanez
|
93d38e24cc
|
ENH: Description of variables now specifies that the full path is required.
|
2002-12-03 13:44:50 -05:00 |
Bill Hoffman
|
3873bd6257
|
correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all the rules
|
2002-12-03 10:47:07 -05:00 |
Bill Hoffman
|
30a3d18fe8
|
use LINK_FLAGS not C and CXX LINK_FLAGS
|
2002-12-03 09:59:24 -05:00 |
Luis Ibanez
|
01efac63e2
|
ENH: FLTK 1.1.1 under Windows links now with the comctl32 library.
|
2002-11-28 23:45:27 -05:00 |
Andy Cedilnik
|
5e84aca2f1
|
Change priorities
|
2002-11-25 17:57:30 -05:00 |
Bill Hoffman
|
69806d705a
|
change flags for borland
|
2002-11-22 16:18:31 -05:00 |
Bill Hoffman
|
77888e67f8
|
remove debug stuff
|
2002-11-21 15:36:33 -05:00 |
Bill Hoffman
|
1e3ddfeecf
|
try to fix check for ansi stream
|
2002-11-21 14:45:21 -05:00 |
Bill Hoffman
|
02d423b250
|
fix order
|
2002-11-21 14:32:20 -05:00 |
Bill Hoffman
|
ddc3c70641
|
fix order
|
2002-11-21 14:24:58 -05:00 |
Bill Hoffman
|
a7098d1433
|
move ansi cxx flags stuff out of try compile and into cmake files
|
2002-11-21 14:11:53 -05:00 |
Bill Hoffman
|
c54a86edd6
|
have to cache ansi_cxxflags
|
2002-11-21 13:28:03 -05:00 |
Bill Hoffman
|
369d5f631c
|
spelling error
|
2002-11-21 13:00:51 -05:00 |
Bill Hoffman
|
9a6c95fcea
|
add checks for ansi flags and not hard code them
|
2002-11-21 12:52:54 -05:00 |
Sebastien Barre
|
209d00ccfc
|
FUX: those vars need to be ADVANCED
|
2002-11-21 11:46:13 -05:00 |
Brad King
|
9a98c16803
|
ENH: Added CHECK_VARIABLE_EXISTS macro.
|
2002-11-21 10:11:46 -05:00 |
Bill Hoffman
|
e9687d931a
|
fix for create shared library
|
2002-11-21 08:45:45 -05:00 |
Bill Hoffman
|
70eaf19326
|
ENH: fix for module run time flag
|
2002-11-21 08:12:19 -05:00 |
Brad King
|
c2addf1630
|
ENH: Added support to find VTK 4.0.
|
2002-11-20 16:23:20 -05:00 |
Bill Hoffman
|
ee42cf3c06
|
BUG: use CMAKE_COMPILER_IS_GNUCC not CMAKE_COMPILER_IS_GNUGCC
|
2002-11-20 15:23:14 -05:00 |
Luis Ibanez
|
9686a9034c
|
ENH: Now also locates the "makeindex" program.
|
2002-11-20 14:40:51 -05:00 |
Brad King
|
9f7d94a1c4
|
ENH: Only search VTK_INSTALL_PATH if USE_INSTALLED_VTK is on. Only search VTK_BINARY_PATH if USE_BUILT_VTK is on.
|
2002-11-20 14:11:07 -05:00 |
Brad King
|
e3f76e9367
|
ENH: New implementation of FindVTK to take advantage of VTKConfig.cmake. Also provides more powerful search path mechanism, and requires only one cache entry in user project.
|
2002-11-20 13:37:52 -05:00 |
Bill Hoffman
|
5a75e03037
|
allow flags to be in the CC and CXX environment variables
|
2002-11-19 18:17:17 -05:00 |
Bill Hoffman
|
7140c6f364
|
fixes to better honor env CC and CXX
|
2002-11-19 15:55:19 -05:00 |
Bill Hoffman
|
0cb9343e83
|
BUG: fix CFLAGS
|
2002-11-19 12:20:21 -05:00 |
Bill Hoffman
|
9b14032ab4
|
BUG: fix handling of CXX
|
2002-11-19 12:18:12 -05:00 |
Bill Hoffman
|
d05716c498
|
BUG: fix for thread and cache override
|
2002-11-18 15:14:44 -05:00 |
Andy Cedilnik
|
5b17658c91
|
Add more messages, make messages look the same, add checks if test was already successfull
|
2002-11-18 10:52:09 -05:00 |