From 164c5025c7bef875ad4c128397f22c63c519c9cb Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Fri, 5 Aug 2022 18:30:10 -0600 Subject: [PATCH] Remove commented code Commented out in f4c25ac3f shortly after it was added. I don't have reason think this code will be resurrected if it's been ignored for the last 4 years. It's safe to remove at this point. --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dab97a5a5..2a43de378 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,11 +125,6 @@ if(SFML_OS_ANDROID) # pass shared STL configuration (if any) if (CMAKE_ANDROID_STL_TYPE MATCHES "_shared") add_definitions("-DSTL_LIBRARY=${CMAKE_ANDROID_STL_TYPE}") - # if(NOT CMAKE_ANDROID_STL_TYPE MATCHES "c\\+\\+_shared") - # message("Android: Using ${CMAKE_ANDROID_STL_TYPE} as STL. Set CMAKE_ANDROID_STL_TYPE to c++_shared, if there are any issues.") - # endif() - else() - # message(WARNING "Android: You're using a static STL (${CMAKE_ANDROID_STL_TYPE}). Set CMAKE_ANDROID_STL_TYPE to c++_shared, if there are any issues.") endif() # let the user switch ABIs