-
Notifications
You must be signed in to change notification settings - Fork 271
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
Cmake include paths adds './COMPONENT' and './libraries' #319
Comments
Please let us know what platform you are on and what versions you are using. |
I'm installing via vcpkg, which is set to use the very latest commit of g3log (1.3.2-95, commit ref 376c417). vcpkg has installed g3log successfully on both Windows and Clear Linux, but the issue happens when using it in another project. Cmake is version 3.14.5 on Clear Linux, and 3.14.19050301-MSVC_2 on Windows (Visual Studio 2019). Edit: Here is the configuration that vcpkg is doing for the install: https://github.com/microsoft/vcpkg/blob/master/ports/g3log/portfile.cmake |
FYI @myd7349 can you check this out? |
@KjellKod Sorry for the delay. I will confirm this. |
Hi! @emusgrave Thanks for your report. It turns out to be caused by a mistake I made in #312 and I have just created a PR to fix it. Once merged, I will update |
* [g3log] Fix KjellKod/g3log#319 * [g3log] Update to 2019-07-29
Hi! @emusgrave This issue has been fixed in |
I'm a newb with cmake, but when I installed g3log using it and then included the package in my project, I got errors related to it not finding directories of
/COMPONENT
and/libraries
. It looks like maybe the following line in CPackLists.txt needs to be put before theINCLUDES
keyword?g3log/CPackLists.txt
Line 40 in 376c417
Relevant cmake documentation:
https://cmake.org/cmake/help/v3.12/command/install.html#installing-targets
Can anyone else confirm this, or am I just missing something?
The text was updated successfully, but these errors were encountered: