We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa6253 commit 93001adCopy full SHA for 93001ad
1 file changed
CMakeLists.txt
@@ -48,8 +48,8 @@ ExternalProject_Add(
48
ExternalProject_Add(
49
ExternalProject_CompactNSearch
50
PREFIX "${CMAKE_SOURCE_DIR}/extern/CompactNSearch"
51
- GIT_REPOSITORY https://www.graphics.rwth-aachen.de:9000/jbender/CompactNSearch.git
52
- GIT_TAG "efc0f6a561ea18e903f1e57e13f6d5dcbc587dc5"
+ GIT_REPOSITORY https://github.com/InteractiveComputerGraphics/CompactNSearch.git
+ GIT_TAG "1cb858a3418fc8d0726bf9a90c60afd6d47c1358"
53
INSTALL_DIR ${ExternalInstallDir}/CompactNSearch
54
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${ExternalInstallDir}/CompactNSearch
55
)
0 commit comments