mirror of
https://github.com/curl/curl.git
synced 2026-07-10 09:17:16 +03:00
cmake: drop logic for GNU/kFreeBSD systems
Adopting change made in CMake, with description: "kFreeBSD is no longer maintained or supported and was never an officially-supported release architecture for Debian." This system name was also dropped by CMake 4.1+: https://cmake.org/cmake/help/v4.2/variable/CMAKE_SYSTEM_NAME.html Credits-to: Roger Leigh Ref:99c8abed55Ref: https://gitlab.kitware.com/cmake/cmake/-/work_items/26742 Ref: https://gitlab.kitware.com/cmake/cmake/-/work_items/26722 Follow-up to5de6848f10#10023 #5935 Closes #22176
This commit is contained in:
parent
fdbc5beed3
commit
231445df2a
1 changed files with 0 additions and 1 deletions
|
|
@ -251,7 +251,6 @@ if(BUILD_SHARED_LIBS)
|
|||
CMAKE_SYSTEM_NAME STREQUAL "SunOS" OR
|
||||
CMAKE_SYSTEM_NAME STREQUAL "Haiku" OR
|
||||
CMAKE_SYSTEM_NAME STREQUAL "OHOS" OR # OpenHarmony
|
||||
CMAKE_SYSTEM_NAME STREQUAL "GNU/kFreeBSD" OR
|
||||
# FreeBSD comes with the a.out and ELF flavors but a.out was supported
|
||||
# up to v3.x and ELF from v3.x. I cannot imagine someone running CMake
|
||||
# on those ancient systems.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue