Skip to content

Commit

Permalink
Fix incorrect CMake comment
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika authored Aug 28, 2018
1 parent 1310f90 commit 3d28cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.CMAKE
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Refer to the CMakeLists.txt file for up-to-date options.
- option(WITH_THREAD_SAFETY "Choose if a thread-safe version of libmapserver should be built (only recommended for some mapscripts)" OFF)
- option(WITH_GIF "Enable GIF support (for PIXMAP loading)" ON)
- option(WITH_PYTHON "Enable Python mapscript support" OFF)
- option(WITH_PHP "Enable Python mapscript support" OFF)
- option(WITH_PHP "Enable PHP mapscript support" OFF)
- option(WITH_PERL "Enable Perl mapscript support" OFF)
- option(WITH_RUBY "Enable Ruby mapscript support" OFF)
- option(WITH_JAVA "Enable Java mapscript support" OFF)
Expand Down

0 comments on commit 3d28cac

Please sign in to comment.