Skip to content

Commit f930cbc

Browse files
committed
Remove additional, obsolete extlibs
1 parent e1bb69b commit f930cbc

File tree

11 files changed

+1
-9
lines changed

11 files changed

+1
-9
lines changed

cmake/Config.cmake

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ elseif(CMAKE_SYSTEM_NAME MATCHES "^NetBSD$")
4747
set(OPENGL_ES 0)
4848
elseif(${CMAKE_SYSTEM_NAME} STREQUAL "iOS")
4949
set(SFML_OS_IOS 1)
50-
50+
5151
# use the OpenGL ES implementation on iOS
5252
set(OPENGL_ES 1)
5353
elseif(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
@@ -84,19 +84,11 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
8484
set(SFML_COMPILER_CLANG 1)
8585

8686
execute_process(COMMAND "${CMAKE_CXX_COMPILER}" "-v" OUTPUT_VARIABLE CLANG_COMPILER_VERSION ERROR_VARIABLE CLANG_COMPILER_VERSION)
87-
88-
if("${CLANG_COMPILER_VERSION}" MATCHES "ucrt")
89-
set(SFML_RUNTIME_UCRT 1)
90-
endif()
9187
elseif(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
9288
set(SFML_COMPILER_GCC 1)
9389

9490
execute_process(COMMAND "${CMAKE_CXX_COMPILER}" "-v" OUTPUT_VARIABLE GCC_COMPILER_VERSION ERROR_VARIABLE GCC_COMPILER_VERSION)
9591
string(REGEX MATCHALL ".*(tdm[64]*-[1-9]).*" SFML_COMPILER_GCC_TDM "${GCC_COMPILER_VERSION}")
96-
97-
if("${GCC_COMPILER_VERSION}" MATCHES "ucrt")
98-
set(SFML_RUNTIME_UCRT 1)
99-
endif()
10092
else()
10193
message(WARNING "Unrecognized compiler: ${CMAKE_CXX_COMPILER_ID}. Use at your own risk.")
10294
endif()
-628 KB
Binary file not shown.
-979 KB
Binary file not shown.
-605 KB
Binary file not shown.
-967 KB
Binary file not shown.
-509 KB
Binary file not shown.
-1.4 MB
Binary file not shown.
-40.7 KB
Binary file not shown.
-930 KB
Binary file not shown.
-667 KB
Binary file not shown.

0 commit comments

Comments
 (0)