Brad King
2ad267cff3
ENH: Updated search paths to newest values from Cable.
2003-04-22 16:10:18 -04:00
Brad King
f6e87dc2f6
ENH: Added /usr/local/lib/fltk
2003-04-04 10:05:20 -05:00
Andy Cedilnik
ded93e30e6
Add QT on debian
2003-04-02 08:45:20 -05:00
Andy Cedilnik
4e66ef8fe1
New design of CheckSymbolExists pretty much replaces all other ones.
...
For example:
CHECK_HEADER_EXISTS("type.h" HAVE_TYPE_H)
is:
CHECK_SYMBOL_EXISTS(main "type.h" HAVE_TYPE_H)
CHECK_LIBRARY_EXISTS("nsl" gethostname HAVE_LIBNSL)
would be
SET(CMAKE_REQUIRED_LIBRARIES "nsl")
CHECK_SYMBOL_EXISTS(gethostname "netdb.h" HAVE_LIBNSL)
...
2003-03-28 13:42:34 -05:00
Bill Hoffman
f4ebc1f15f
Fix gnu c and Sun CC mix
2003-03-27 13:03:30 -05:00
Andy Cedilnik
4a2d04f42a
Prevent CMake from putting ; in the file
2003-03-16 20:33:51 -05:00
Andy Cedilnik
e727d34b48
More variables advanced
2003-03-16 20:25:14 -05:00
Andy Cedilnik
b23b592ca6
Add gthread library
2003-03-16 20:23:55 -05:00
Bill Hoffman
858056bbc3
BUG: bad if statement order
2003-03-14 15:44:20 -05:00
Bill Hoffman
0f89043568
force c++ for c++ files
2003-03-14 12:00:50 -05:00
Brad King
284071e3fa
BUG: Don't use -nostdlib option to link shared libraries. Just use gcc -shared, even for C++ libraries.
2003-03-13 15:46:19 -05:00
Bill Hoffman
229355764b
BUG: fix test not to run every time
2003-03-11 17:35:23 -05:00
Andy Cedilnik
2c676d0587
On borland and cygwin remove .EXE
2003-03-06 15:32:40 -05:00
Brad King
98d10a42d3
BUG: Should test HAVE_<VARIABLE> before repeating test, not just whether <VARIABLE> is set.
2003-03-06 10:32:43 -05:00
Andy Cedilnik
66dfe6f83a
Add Update and configure steps where missing
2003-03-03 13:58:14 -05:00
Andy Cedilnik
ac4361b8d9
Start cleaning global namespace
2003-03-03 09:32:45 -05:00
Andy Cedilnik
e71b03cbf0
Fix update date and cleanup
2003-02-28 12:42:50 -05:00
Andy Cedilnik
d2faa22732
On windows but not on borland, look at cmake_build_tool instead of compiler to determine build name. Otherwise they will all be cl
2003-02-27 14:48:33 -05:00
Andy Cedilnik
e68b4b9bc7
Use more condense buildname. If this works fine we can make cmBuildName command deprecated
2003-02-27 11:54:03 -05:00
Andy Cedilnik
99fd8062c4
Use simple defaults if DartConfig does not exist. This way you can use dart to build any project
2003-02-20 17:38:16 -05:00
Bill Hoffman
02be31b860
BUG: look for msdev in the right place
2003-02-20 10:44:58 -05:00
Bill Hoffman
e427844722
remove commented code
2003-02-20 08:41:33 -05:00
Brad King
d78a4bab8c
BUG: Removed use of cmake 1.4 compatability variable.
2003-02-19 17:10:08 -05:00
Andy Cedilnik
9ca8035fc6
Fix return value problem
2003-02-17 10:30:13 -05:00
Bill Hoffman
d9a74e1b1e
ENH: move full path compiler to internal and not just advanced
2003-02-14 10:40:00 -05:00
Bill Hoffman
ae5a80c795
spelling errors
2003-02-14 09:54:15 -05:00
Andy Cedilnik
fd89ebbbaf
Ok, now it finds JNI on Mac OSX 10.2
2003-02-11 14:49:11 -05:00
Andy Cedilnik
5a31a94f84
Fix typo
2003-02-11 13:56:35 -05:00
Andy Cedilnik
a6c2c80757
Add missing location
2003-02-11 13:53:30 -05:00
Andy Cedilnik
8e105e0a9f
Improve searching for java files on OSX
2003-02-11 13:37:19 -05:00
Brad King
d2ef193a31
Moving this very specific module to VTK.
2003-02-11 09:50:22 -05:00
Bill Hoffman
c07e94867f
clean up check for for scope test
2003-02-10 21:56:32 -05:00
Brad King
1628b593d3
BUG: Copying _LIB_DEPENDS variables requires double-quoted argument.
2003-02-07 16:29:13 -05:00
Bill Hoffman
e0d166ec72
fix default release flags for hp
2003-02-05 14:55:51 -05:00
Bill Hoffman
bec6a7076a
move cmake install out of advanced
2003-02-04 15:37:47 -05:00
Berk Geveci
c8daa038c2
Created modules for Mesa headers and libraries.
2003-02-04 14:37:33 -05:00
Bill Hoffman
15fc30ae40
ENH: add checking for NOTFOUND
2003-01-31 15:01:37 -05:00
Bill Hoffman
81aee11c21
ENH: add checking for NOTFOUND
2003-01-31 14:39:49 -05:00
Andy Cedilnik
c4bf103772
Remove extra quote
2003-01-30 14:34:16 -05:00
Andy Cedilnik
d530fbe731
Attempt to fix build problem on some platforms
2003-01-29 09:06:46 -05:00
Bill Hoffman
e44be57f6d
ENH: change FIND_FILE to FIND_PROGRAM
2003-01-28 15:44:45 -05:00
Andy Cedilnik
a3c282ebbd
Make things work on unix and add DVIPDF
2003-01-28 08:53:27 -05:00
Brad King
415eca1fbb
BUG: Added missing link flag to export symbols from an executable.
2003-01-24 13:53:21 -05:00
Sebastien Barre
9111244018
no message
2003-01-23 10:42:06 -05:00
Sebastien Barre
4220725f64
FIX:
...
- rename some entries (COMPILE -> COMPILER, and the converters -> _CONVERTER)
- make sure that Window system are given a chance to find Latex and the converters if MikTex and GhostScript are installed (but not in the PATH)
2003-01-23 10:37:46 -05:00
Sebastien Barre
37f7074269
FIX: the current version of Perl is 5.8
2003-01-23 10:36:35 -05:00
Ken Martin
b05c5e89ed
minor change to default compile flags
2003-01-22 14:59:46 -05:00
Ken Martin
fde48d14fd
merge from branch
2003-01-22 14:49:45 -05:00
Bill Hoffman
ac888a15c8
moved to c++ command
2003-01-22 14:13:40 -05:00
Bill Hoffman
950399ec9d
ENH: only run test for working c and cxx compiler once
2003-01-22 12:29:37 -05:00