trixi-framework / trixi-framework/FTObjectLibrary
Error happen when add FTObjectLibrary to HOHQMesh\Contrib
Nobody has claimed this yet.
- Dominant language
- Fortran
- Stars
- 5
- Forks
- 2
- Avg merge
- 6h 47m
- Merged PRs (30d)
- 1
Description
Dear authors,
Thank you very much for your powerful tool. I am trying to add this to HOHQMesh\Contrib to build solution by Cmake. But error happened at CMakeLists.txt in FTObjectLibrary, line 26:
ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/Source)
It is OK when we change it to the following:
ADD_SUBDIRECTORY(${CMAKE_CURRENT_SOURCE_DIR}/Source)
Thanks,
Tang Laoya
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at CMakeLists.txt in FTObjectLibrary, especially line 26, and compare the reported ADD_SUBDIRECTORY paths. Verify the build from HOHQMesh\Contrib with the current-source path, and consider the issue done when CMake configures and builds successfully there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, fortran
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100