Changes between Version 38 and Version 39 of BuildingOnUnixWithCMake


Ignore:
Timestamp:
Oct 20, 2020, 11:47:44 AM (4 years ago)
Author:
mdavis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnUnixWithCMake

    v38 v39  
    3434}}}
    3535
    36 There is collection of [http://cmake.org/cmake/help/cmake-2-8-docs.html#section_Variables CMake variables] available to set by user to control various aspects of compilation and installation. For instance ''CMAKE_INSTALL_PREFIX'' variable which by default is set to ''/usr/local'' directory.
     36There is collection of [http://cmake.org/cmake/help/cmake-2-8-docs.html#section_Variables CMake variables] available to control aspects of compilation and installation. They are specified on the `cmake` cmdline as `-DVAR=VALUE`.
    3737
    38 === List of CMake options specific to GEOS ===
     38=== Useful CMake options ===
     39
     40 * `CMAKE_INSTALL_PREFIX` - by default is set to ''/usr/local'' directory
     41 * `CMAKE_BUILD_TYPE` - Values are `Release` or `Debug` (which is useful for debugging)
     42
     43=== CMake options specific to GEOS ===
    3944
    4045 * GEOS_ENABLE_TESTS  - Set to OFF|ON (default) to control build of GEOS tests package