Skip to content

Commit 86f1d54

Browse files
committed
TMP: Use fork of CompactNSearch
1 parent 27c1bfa commit 86f1d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMake/NeighborhoodSearch.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ else(USE_GPU_NEIGHBORHOOD_SEARCH)
3232
ExternalProject_Add(
3333
Ext_NeighborhoodSearch
3434
PREFIX "${CMAKE_BINARY_DIR}/extern/CompactNSearch"
35-
GIT_REPOSITORY https://github.com/InteractiveComputerGraphics/CompactNSearch.git
36-
GIT_TAG "99fa1fe052f353b33957948f36e628500f1737f7"
35+
GIT_REPOSITORY https://github.com/ruberith/CompactNSearch.git
36+
GIT_TAG "847c2c22fad4fdae9b99d62d21646db79ff88ef2"
3737
INSTALL_DIR ${ExternalInstallDir}/NeighborhoodSearch
3838
CMAKE_ARGS -DCMAKE_BUILD_TYPE=${EXT_CMAKE_BUILD_TYPE} -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} -DCMAKE_CXX_FLAGS_RELEASE=${CMAKE_CXX_FLAGS_RELEASE} -DCMAKE_INSTALL_PREFIX:PATH=${ExternalInstallDir}/NeighborhoodSearch -DUSE_DOUBLE_PRECISION:BOOL=${USE_DOUBLE_PRECISION} -DBUILD_DEMO:BOOL=OFF
3939
)

0 commit comments

Comments
 (0)