Skip to content

Commit 0a1aa1e

Browse files
isurufbluca
authored andcommitted
Fix typos in gssapi cmake support PR
1 parent 43a8b3c commit 0a1aa1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ foreach(test ${tests})
289289
endif()
290290

291291
if (WITH_GSSAPI_KRB5)
292-
target_link_libraries(${static} ${GSSAPI_KRB5_LIBRARIES})
292+
target_link_libraries(${test} ${GSSAPI_KRB5_LIBRARIES})
293293
endif()
294294

295295
if(CMAKE_SYSTEM_NAME MATCHES "QNX")

unittests/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ foreach(test ${unittests})
4444
endif()
4545

4646
if (WITH_GSSAPI_KRB5)
47-
target_link_libraries(${static} ${GSSAPI_KRB5_LIBRARIES})
47+
target_link_libraries(${test} ${GSSAPI_KRB5_LIBRARIES})
4848
endif()
4949

5050
if(WIN32)

0 commit comments

Comments
 (0)