Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Error happen when add FTObjectLibrary to HOHQMesh\Contrib

Open
#43 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
45/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
cmake, fortran
Domain
build-system

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.

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

Dominant language
Fortran
Stars
5
Forks
2
Avg merge
6h 47m
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from trixi-framework/FTObjectLibrary

All issues in trixi-framework/FTObjectLibrary

Similar issues

More Build System issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.