Skip to content

Commit

Permalink
cmake/Modules/uninstall: Remove extra endif() from the uninstall script.
Browse files Browse the repository at this point in the history
Signed-off-by: AlexandraTrifan <[email protected]>
  • Loading branch information
AlexandraTrifan committed Oct 3, 2023
1 parent 7b31a3d commit 0bacf7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/Modules/uninstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@ if(EXISTS ${PYTHON_EGG_DIR})
if(NOT "${result}" STREQUAL 0)
message(FATAL_ERROR "Failed to remove Python egg directory: '${PYTHON_EGG_DIR}'.")
endif()
endif()
endif()

0 comments on commit 0bacf7b

Please sign in to comment.