Skip to content

Commit be99236

Browse files
committed
cmake: fix SDL_UNINSTALL post-configuration report
1 parent ea95c58 commit be99236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3733,6 +3733,7 @@ endif()
37333733
##### Uninstall target #####
37343734

37353735
if(SDL_UNINSTALL)
3736+
set(HAVE_UNINSTALL ON)
37363737
if(NOT TARGET uninstall)
37373738
configure_file(cmake/cmake_uninstall.cmake.in cmake_uninstall.cmake IMMEDIATE @ONLY)
37383739

0 commit comments

Comments
 (0)