Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[BUG] The unit test module failed to compile #37

Open
geodoer opened this issue Mar 24, 2022 · 1 comment
Open

[BUG] The unit test module failed to compile #37

geodoer opened this issue Mar 24, 2022 · 1 comment
Assignees
Labels
acknowledged The issue is being worked on bug Something isn't working

Comments

@geodoer
Copy link

geodoer commented Mar 24, 2022

Hi.
This C++ project template is useful to me. Thanks!

Unfortunately, the unit test module failed to compile.
You may need to add the following to test/cmakelists.txt:

  target_include_directories(
    ${test_name}_Tests
    PUBLIC ${CMAKE_SOURCE_DIR}/include
    PRIVATE ${CMAKE_SOURCE_DIR}/src
  )
@geodoer geodoer added the bug Something isn't working label Mar 24, 2022
@filipdutescu filipdutescu self-assigned this May 17, 2022
@filipdutescu filipdutescu added the acknowledged The issue is being worked on label May 17, 2022
@filipdutescu
Copy link
Owner

Hello and thanks a lot for the kind words, as well as for reporting this bug! Do you happen to still have the compile error? It should not happen and I am trying to figure out if it was an environment issue or a template issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acknowledged The issue is being worked on bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants