summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Removing automatic setting of BUILD_SHARED_LIBS. Projects that support ↵Brad King2001-07-101-9/+1
| | | | this should explicitly declare it with the OPTION command, or set its libraries to shared or static directly on each ADD_LIBRARY command.
* better arg supportKen Martin2001-07-021-4/+4
|
* ENH: fix install for cygwin, build cmake from configureBill Hoffman2001-06-271-0/+5
|
* added help optionsKen Martin2001-06-271-0/+14
|
* BUG: Fixed generation of cMakeRoot in one case.Brad King2001-06-221-2/+3
|
* BUG: fix for unixBill Hoffman2001-06-211-8/+8
|
* ENH: clean upBill Hoffman2001-06-211-3/+5
|
* ENH: look in the PREFIX dir for the modulesBill Hoffman2001-06-211-38/+49
|
* ENH: better ability to find cmake programBill Hoffman2001-06-211-1/+19
|
* better install supportKen Martin2001-06-211-6/+6
|
* ENH: fix cmake so it can boot strap itself betterBill Hoffman2001-06-201-1/+1
|
* ENH: CMake now always adds the BUILD_SHARED_LIBS cache entry. The ↵Brad King2001-06-191-3/+11
| | | | BUILD_SHARED_LIBRARIES command that used to be used is now deprecated.
* ENH: move EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH initial creation to ↵Bill Hoffman2001-06-181-17/+23
| | | | after the CMakeLists.txt files have been parsed
* ENH: fix EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for unixBill Hoffman2001-06-131-1/+14
|
* ERR: int -> unsigned int.Brad King2001-06-121-1/+1
|
* minor fix in error checkingKen Martin2001-06-111-1/+0
|
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-1/+3
|
* BUG: fix edit of directoriesBill Hoffman2001-05-311-1/+3
|
* ENH: change MFC gui to use cmake classBill Hoffman2001-05-301-24/+13
|
* added version numberKen Martin2001-05-241-7/+3
|
* command line fixes for win32Ken Martin2001-05-231-5/+5
|
* fixed quoted cmakeKen Martin2001-05-231-9/+6
|
* BUG: remove declaration without variableBill Hoffman2001-05-211-1/+0
|
* bug fix in finding CMAKE_ROOTKen Martin2001-05-211-7/+11
|
* updated for out of tree buildsKen Martin2001-05-211-1/+2
|
* new out of place buildsKen Martin2001-05-211-0/+6
|
* new commandKen Martin2001-05-181-0/+250