Skip to content

Commit

Permalink
docs: Instruct how to uninstall custom GDAL (OSGeo#11546)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored Dec 26, 2024
1 parent 39d8ed6 commit f62b35c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/development/building_from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ for the shared lib, *e.g.* ``set (GDAL_LIB_OUTPUT_NAME gdal_x64 CACHE STRING ""

Refer to :ref:`using_gdal_in_cmake` for how to use GDAL in a CMake project.

To uninstall GDAL, from the build directory (be careful: this does not restore the files that pre-existed to the last installation, but just removes the last installed files!)

.. code-block:: bash
cmake --build . --target uninstall
Building on Windows
+++++++++++++++++++

Expand Down

0 comments on commit f62b35c

Please sign in to comment.