File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ else(USE_GPU_NEIGHBORHOOD_SEARCH)
32
32
ExternalProject_Add (
33
33
Ext_NeighborhoodSearch
34
34
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 "
37
37
INSTALL_DIR ${ExternalInstallDir} /NeighborhoodSearch
38
38
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
39
39
)
You can’t perform that action at this time.
0 commit comments