Skip to content

Commit

Permalink
Fix typos in gssapi cmake support PR
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed May 8, 2024
1 parent 43a8b3c commit adc122a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ foreach(test ${tests})
endif()

if (WITH_GSSAPI_KRB5)
target_link_libraries(${static} ${GSSAPI_KRB5_LIBRARIES})
target_link_libraries(${test} ${GSSAPI_KRB5_LIBRARIES})
endif()

if(CMAKE_SYSTEM_NAME MATCHES "QNX")
Expand Down
2 changes: 1 addition & 1 deletion unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ foreach(test ${unittests})
endif()

if (WITH_GSSAPI_KRB5)
target_link_libraries(${static} ${GSSAPI_KRB5_LIBRARIES})
target_link_libraries(${test} ${GSSAPI_KRB5_LIBRARIES})
endif()

if(WIN32)
Expand Down

0 comments on commit adc122a

Please sign in to comment.