You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run into some issues, but have gotten to the cmake Build and Install step. When trying to execute cmake in the build directory, there is an error stating CMakeLists.txt is not found. I tried copying the CMakeLists.txt from the parent multiscan folder into build folder, but when running cmake I get
No download info given for 'segmentator' and its source directory:
~/multiscan/build/segmentator
is not an existing non-empty directory. Please specify one of:
We found the issue is caused by the wrong PREFIX defined in the CMakeLists.txt for the segmentator. The prefix was set to CMAKE_CURRENT_SOURCE_DIR, but it is not correct, it should be the BUILD_DIR.
The issue should be fixed in the new commit. Can you try out the new commit, and let us know if the issue is fixed?
I removed the cloned repository from my computer then re cloned it, copied the CMakeLists.txt file into the build folder and tried again, but I am still getting the same issue once I run the same cmake command. Am I missing a step somewhere?
Hi @MatthewSabia , I think you don't need to copy the CMakeLists.txt into the build folder, the CMakeLists.txt will be cloned and be in the root directory of the repo.
For the testing purpose, you can build the segmentator only, by setting MTS_BUILD_INSTANTMESHES, MTS_BUILD_OPEN3D, MTS_BUILD_MVS_TEXTURING to OFF.
I have been trying to set up the processing server on my desktop by following the instructions at https://3dlg-hcvc.github.io/multiscan/read-the-docs/server/index.html#installation.
I have run into some issues, but have gotten to the cmake Build and Install step. When trying to execute cmake in the build directory, there is an error stating CMakeLists.txt is not found. I tried copying the CMakeLists.txt from the parent multiscan folder into build folder, but when running cmake I get
No download info given for 'segmentator' and its source directory:
~/multiscan/build/segmentator
is not an existing non-empty directory. Please specify one of:
Call Stack (most recent call first):
~/anaconda3/envs/multiscan/share/cmake-3.24/Modules/ExternalProject.cmake:4170 (_ep_add_download_command)
CMakeLists.txt:128 (ExternalProject_Add)
The text was updated successfully, but these errors were encountered: