Changes between Version 47 and Version 48 of BuildingOnUnixWithCMake


Ignore:
Timestamp:
Feb 23, 2021, 2:22:54 PM (3 years ago)
Author:
mdavis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnUnixWithCMake

    v47 v48  
    5555 * `-DDISABLE_OVERLAYNG=NO` - Set to NO|YES (default) to enable OverlayNG use in Geometry overlay methods. (Note: as of GEOS 3.9 OverlayNG is the default)
    5656
    57 Example:
     57Examples:
    5858
    5959{{{
    60 $ cmake ../geos -DGEOS_ENABLE_TESTS=ON -DGEOS_ENABLE_INLINE=OFF
     60cmake ../geos -DGEOS_ENABLE_TESTS=ON -DGEOS_ENABLE_INLINE=OFF
     61cmake ../geos -DCMAKE_BUILD_TYPE=Debug
     62cmake ../geos -DCMAKE_BUILD_TYPE=Release
    6163}}}
    6264