mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 15:41:05 +08:00
Fix cmake build with sun studio
This commit is contained in:
parent
74763e2c8e
commit
4704159f73
@ -122,6 +122,10 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "^sparc")
|
|||||||
zmq_check_cxx_flag_prepend("-mcpu=v9")
|
zmq_check_cxx_flag_prepend("-mcpu=v9")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(${CMAKE_CXX_COMPILER_ID} MATCHES "SunPro")
|
||||||
|
zmq_check_cxx_flag_prepend("-features=zla")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|
||||||
if(CMAKE_SYSTEM_NAME MATCHES "SunOS" OR CMAKE_SYSTEM_NAME MATCHES "NetBSD")
|
if(CMAKE_SYSTEM_NAME MATCHES "SunOS" OR CMAKE_SYSTEM_NAME MATCHES "NetBSD")
|
||||||
message(STATUS "Checking whether atomic operations can be used")
|
message(STATUS "Checking whether atomic operations can be used")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user