Skip to content

Commit

Permalink
TMP: Use fork of CompactNSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
ruberith committed Sep 20, 2024
1 parent e15e27f commit 538d0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMake/NeighborhoodSearch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ else(USE_GPU_NEIGHBORHOOD_SEARCH)
ExternalProject_Add(
Ext_NeighborhoodSearch
PREFIX "${CMAKE_BINARY_DIR}/extern/CompactNSearch"
GIT_REPOSITORY https://github.com/InteractiveComputerGraphics/CompactNSearch.git
GIT_TAG "99fa1fe052f353b33957948f36e628500f1737f7"
GIT_REPOSITORY https://github.com/ruberith/CompactNSearch.git
GIT_TAG "847c2c22fad4fdae9b99d62d21646db79ff88ef2"
INSTALL_DIR ${ExternalInstallDir}/NeighborhoodSearch
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
)
Expand Down

0 comments on commit 538d0c8

Please sign in to comment.