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

Installation of the header file tlog.h in cmake #12

Open
hug567 opened this issue Sep 5, 2023 · 0 comments
Open

Installation of the header file tlog.h in cmake #12

hug567 opened this issue Sep 5, 2023 · 0 comments

Comments

@hug567
Copy link

hug567 commented Sep 5, 2023

In CMakeLists.txt,with install cmd:

install(FILES tlog.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tlog.h)

will install tlog.h to:/usr/include/tlog.h/tlog.h,is this expected behavior?

If you just want to install tlog.h to /usr/incldue, it should be like this:

install(FILES tlog.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant