mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Fix typos in gssapi cmake support PR
This commit is contained in:
parent
43a8b3c6c8
commit
0a1aa1e4a7
@ -289,7 +289,7 @@ foreach(test ${tests})
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (WITH_GSSAPI_KRB5)
|
if (WITH_GSSAPI_KRB5)
|
||||||
target_link_libraries(${static} ${GSSAPI_KRB5_LIBRARIES})
|
target_link_libraries(${test} ${GSSAPI_KRB5_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CMAKE_SYSTEM_NAME MATCHES "QNX")
|
if(CMAKE_SYSTEM_NAME MATCHES "QNX")
|
||||||
|
@ -44,7 +44,7 @@ foreach(test ${unittests})
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (WITH_GSSAPI_KRB5)
|
if (WITH_GSSAPI_KRB5)
|
||||||
target_link_libraries(${static} ${GSSAPI_KRB5_LIBRARIES})
|
target_link_libraries(${test} ${GSSAPI_KRB5_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
|
Loading…
Reference in New Issue
Block a user