Skip to content

Commit

Permalink
Remove unused CMake option
Browse files Browse the repository at this point in the history
  • Loading branch information
thbeu committed Nov 21, 2023
1 parent 0b87e05 commit dea3622
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,6 @@ set(lib_SRC
sbnsearch.c
shapefil.h
)
option(SHP_DROP_UNABLE_TO_OPEN_MSG "Drop \"unable to open\" error messages" ON)
if(SHP_DROP_UNABLE_TO_OPEN_MSG)
#define the SHP_DROP_UNABLE_TO_OPEN_MSG C macro for this source file.
set_source_files_properties(shpopen.c PROPERTIES
COMPILE_DEFINITIONS SHP_DROP_UNABLE_TO_OPEN_MSG
)
endif()

add_library(${PACKAGE} ${lib_SRC})

Expand Down

0 comments on commit dea3622

Please sign in to comment.