Remove CMake OPTION_CREATE_ANDROID_STUDIO_IDE

This commit is contained in:
ManoloFLTK 2023-12-06 17:52:58 +01:00
parent 115a1cb5c8
commit 788523be6f

View File

@ -556,10 +556,6 @@ if (OPTION_FILESYSTEM_SUPPORT)
endif (OPTION_FILESYSTEM_SUPPORT)
#######################################################################
#######################################################################
option (OPTION_CREATE_ANDROID_STUDIO_IDE "create files needed to compile FLTK for Android" OFF)
#######################################################################
#######################################################################
option (CMAKE_SUPPRESS_REGENERATION "suppress rules to re-run CMake on rebuild" OFF)
mark_as_advanced (CMAKE_SUPPRESS_REGENERATION)