We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a8b3c commit 0a1aa1eCopy full SHA for 0a1aa1e
tests/CMakeLists.txt
@@ -289,7 +289,7 @@ foreach(test ${tests})
289
endif()
290
291
if (WITH_GSSAPI_KRB5)
292
- target_link_libraries(${static} ${GSSAPI_KRB5_LIBRARIES})
+ target_link_libraries(${test} ${GSSAPI_KRB5_LIBRARIES})
293
294
295
if(CMAKE_SYSTEM_NAME MATCHES "QNX")
unittests/CMakeLists.txt
@@ -44,7 +44,7 @@ foreach(test ${unittests})
44
45
46
47
48
49
50
if(WIN32)
0 commit comments