-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hello,
Is there a way to install ENDFtk in an offline environment?
cmake, c++ compiler, and python are all installed.
To install offline, I downloaded the zip file instead of cloning the git repository and attempted to build it.
The command I used is as follows:
cmake -DCMAKE_BUILD_TYPE=Release ../
During the build process, the following message appeared:
CMake Error at C:/Program Files/CMake/share/cmake-3.31/Modules/ExternalProject/shared_internal_commands.cmake:44 (message):
Git remote not found in parent project.
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.31/Modules/ExternalProject/shared_internal_commands.cmake:161 (_ep_get_git_remote_url)
C:/Program Files/CMake/share/cmake-3.31/Modules/FetchContent.cmake:1329 (_ep_resolve_git_remote)
.cmake/shacl_FetchContent.cmake:176 (FetchContent_Declare)
cmake/dependencies.cmake:5 (shacl_FetchContent_Declare)
CMakeLists.txt:51 (include)
-- Configuring incomplete, errors occurred!
I suspect this is due to the git online connection requirement.
I'm wondering if there is a way to install ENDFtk in an offline environment.
If so, I would greatly appreciate your guidance.
Thanks a lot in advance.