Skip to content

Commit

Permalink
Fix removal of include directories by make uninstall
Browse files Browse the repository at this point in the history
Closes GH-1189
  • Loading branch information
strk committed Oct 30, 2024
1 parent 1847c69 commit 1db7c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/cmake_uninstall.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endforeach()

message(STATUS "Deleting ${GEOS_INCLUDE_DIR} directory")
execute_process(
COMMAND "@CMAKE_COMMAND@" -E remove_directory \"${GEOS_INCLUDE_DIR}\"
COMMAND "@CMAKE_COMMAND@" -E remove_directory "${GEOS_INCLUDE_DIR}"
OUTPUT_VARIABLE rm_out
RESULT_VARIABLE rm_retval)

Expand Down

0 comments on commit 1db7c04

Please sign in to comment.