Skip to content

Commit

Permalink
update util
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Jan 29, 2025
1 parent 14b93a2 commit f6ae8df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/spatialjoin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ include_directories(
add_executable(spatialjoin ${spatialjoin_main})
add_library(spatialjoin-dev ${SPATIALJOIN_SRC})

target_link_libraries(spatialjoin spatialjoin-dev util ${BZIP2_LIBRARIES} ${ZLIB_LIBRARIES} -lpthread)
target_link_libraries(spatialjoin spatialjoin-dev pb_util ${BZIP2_LIBRARIES} ${ZLIB_LIBRARIES} -lpthread)

add_subdirectory(tests)
2 changes: 1 addition & 1 deletion src/spatialjoin/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
add_executable(spatialjoinTest TestMain.cpp)
target_link_libraries(spatialjoinTest spatialjoin-dev util ${BZIP2_LIBRARIES} -lpthread)
target_link_libraries(spatialjoinTest spatialjoin-dev pb_util ${BZIP2_LIBRARIES} -lpthread)
2 changes: 1 addition & 1 deletion src/util

0 comments on commit f6ae8df

Please sign in to comment.