mirror of
https://github.com/reactos/CMake.git
synced 2025-04-02 23:31:45 +00:00
Enable libuv on Solaris 10
We've ported our libuv to this platform so we can build it now.
This commit is contained in:
parent
e4ac7c2b4f
commit
a333570914
@ -509,12 +509,6 @@ int main(void) { return 0; }
|
||||
elseif(CMAKE_SYSTEM_NAME STREQUAL "HP-UX")
|
||||
# Disable until it can be ported.
|
||||
set(CMAKE_USE_LIBUV 0)
|
||||
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "sparc")
|
||||
# Disable until it can be ported.
|
||||
set(CMAKE_USE_LIBUV 0)
|
||||
elseif(CMAKE_SYSTEM STREQUAL "SunOS-5.10")
|
||||
# Disable until it can be ported.
|
||||
set(CMAKE_USE_LIBUV 0)
|
||||
endif()
|
||||
endif()
|
||||
if(CMAKE_USE_LIBUV)
|
||||
|
Loading…
x
Reference in New Issue
Block a user