Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Missing target_include_directories in libJSBSim #1021

Closed
1 of 3 tasks
carlocorradini opened this issue Jan 20, 2024 · 0 comments · Fixed by #1022
Closed
1 of 3 tasks

Missing target_include_directories in libJSBSim #1021

carlocorradini opened this issue Jan 20, 2024 · 0 comments · Fixed by #1022

Comments

@carlocorradini
Copy link
Contributor

I'm submitting a ...

  • bug report
  • feature request
  • support request => Please do not submit support request here, see note at the top of this template.

Describe the issue
I would like to use CMake's FetchContent with JSBSim.
Unfortunately, since libJSBSim does not specify its include directories, this is not possible.

What is the current behavior?
libJSBSim headers could not be found.

What is the expected behavior?
CMake can correctly find the headers using the supplied include directories.

What is the motivation / use case for changing the behavior?
libJSBSim does not specify the include directories (target_include_directories).

Please tell us about your environment:

  • OS: Windows 10
  • JSBSim: v1.2.0
  • Language: C++

Other information
The bug is simple to resolve.
I'll create a PR ASAP

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant