maitrey

Results 21 comments of maitrey

https://github.com/jdoiro3/mkdocs-multirepo-plugin/blob/main/mkdocs_multirepo_plugin/util.py#L93 -> This seems to be the problem , I am using windows.

Good that others are facing the same issue. Hopefully, it gets solved soon.

Hi @memsharded , I was on holidays and therefore didnot work on this topic. So I have a package that is an interface package. This contains mainly header files and...

The last comment on this issue is fixed as of now. Was a cmake and not a conan issue. Hence closing this issue.

We are using debug builds as of now as we do not need -O3.

This issue can be closed, no longer an issue.

Hi @RubenRBS , I have the same use-case, some users like to see the details while some others just want to straight come to the error , so with conan...

It works if I add: ``` include(GNUInstallDirs) ``` to CmakeLists.txt

Thats the solution to my problem. When I use conan build + conan export-pkg , and I use CMAKE_INSTALL_INCLUDEDIR it points to the output folder instead of outputfolder/include. If I...

When I check the code of conan I only find one mention of ``` include(GNUInstallDirs) ``` in the tests: https://github.com/conan-io/conan/blob/release/2.0/conans/test/functional/toolchains/cmake/cmakedeps/test_apple_frameworks.py#L440