Skip to content

Commit

Permalink
fixed cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSaydakov committed Jan 29, 2024
1 parent e241813 commit 7baca9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdigest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

add_library(tdigest INTERFACE)

add_library(${PROJECT_NAME}::QUANTILES ALIAS tdigest)
add_library(${PROJECT_NAME}::TDIGEST ALIAS tdigest)

if (BUILD_TESTS)
add_subdirectory(test)
Expand Down

0 comments on commit 7baca9f

Please sign in to comment.