Coder Social home page Coder Social logo

Comments (5)

itech4ever avatar itech4ever commented on September 21, 2024

@robTheBob86 I actually had the same issue. used the following to solve the problem:

In ../extern/cuNSearch/src/Ext_NeighborhoodSearch/CMakeLists.txt

Change

add_library(cuNSearch STATIC ${INCLUDE_HEADERS} ${HEADER_FILES} ${SOURCE_FILES})

to

add_library(cuNSearch SHARED ${INCLUDE_HEADERS} ${HEADER_FILES} ${SOURCE_FILES})

as I noticed that it failed at linking the static library, so I built the shared library .so instead...

Hope this helps.

from splishsplash.

janbender avatar janbender commented on September 21, 2024

This issue should be fixed now.

from splishsplash.

watersky803 avatar watersky803 commented on September 21, 2024

hi, I downloaded the code from this website. https://github.com/InteractiveComputerGraphics/SPlisHSPlasH
then, I used the CMake 3.16.0 and Visual Studio 2017 to compile it. my computer is Windows 10 64-bit.
but I got some error information.
CMake Error at C:/Users/he/Desktop/cmake-3.16.0-win64-x64/cmake-3.16.0-win64-x64/share/cmake-3.16/Modules/ExternalProject.cmake:2421 (message):
error: could not find git for clone of Ext_NeighborhoodSearch
Call Stack (most recent call first):
C:/Users/he/Desktop/cmake-3.16.0-win64-x64/cmake-3.16.0-win64-x64/share/cmake-3.16/Modules/ExternalProject.cmake:3236 (_ep_add_download_command)
CMake/NeighborhoodSearch.cmake:40 (ExternalProject_Add)
CMakeLists.txt:30 (include)

it seems like that it can't find NeighborhoodSearch. I can't find the NeighborhoodSearch library in the code. should I add the library somewhere by myself? I am very interested in this project. I want to study this project further. thank you for your patience and time.

from splishsplash.

janbender avatar janbender commented on September 21, 2024

SPlisHSPlasH downloads and builds all dependencies using git. However, it seems that CMake was not able to find git on your computer. Did you install it?

from splishsplash.

watersky803 avatar watersky803 commented on September 21, 2024

I didn't install git before. now I install git, it seems that it works. thank you very much. I will start to learn how to use it to simulate multiple phase problems. thanks for providing me a good start.

from splishsplash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.