Skip to content

Commit

Permalink
Unlink XrdHTTPServer from s3-gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Apr 16, 2024
1 parent c0939f4 commit 739dce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ else()
set(LIBGTEST "${CMAKE_BINARY_DIR}/external/gtest/src/gtest-build/lib/libgtest.a")
endif()

target_link_libraries(s3-gtest XrdHTTPServer XrdS3 "${LIBGTEST}" pthread)
target_link_libraries(s3-gtest XrdS3 "${LIBGTEST}" pthread)
target_link_libraries(http-gtest XrdHTTPServer "${LIBGTEST}" pthread)


Expand Down

0 comments on commit 739dce5

Please sign in to comment.