Skip to content

Commit 93001ad

Browse files
committed
- fix
1 parent 4fa6253 commit 93001ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ ExternalProject_Add(
4848
ExternalProject_Add(
4949
ExternalProject_CompactNSearch
5050
PREFIX "${CMAKE_SOURCE_DIR}/extern/CompactNSearch"
51-
GIT_REPOSITORY https://www.graphics.rwth-aachen.de:9000/jbender/CompactNSearch.git
52-
GIT_TAG "efc0f6a561ea18e903f1e57e13f6d5dcbc587dc5"
51+
GIT_REPOSITORY https://github.com/InteractiveComputerGraphics/CompactNSearch.git
52+
GIT_TAG "1cb858a3418fc8d0726bf9a90c60afd6d47c1358"
5353
INSTALL_DIR ${ExternalInstallDir}/CompactNSearch
5454
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${ExternalInstallDir}/CompactNSearch
5555
)

0 commit comments

Comments
 (0)