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

minor changes in headers to make tick work in my environment. I beli… #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robertramey
Copy link

…eve they are of general usage.


#include "detail/matches.h"
#include "detail/pp.h"
#include "integral_constant.h"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The include paths should not use relative paths.

RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
"${CMAKE_CURRENT_SOURCE_DIR}/tick/detail/*.h"
)
add_custom_target(tick_include_detail SOURCES ${tick_include})
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't include all the header files, and I don't like the idea of creating a target for each include directory.

@pfultz2
Copy link
Owner

pfultz2 commented Aug 7, 2017

There is merge conflict, so this cannot be merged.

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

Successfully merging this pull request may close these issues.

None yet

2 participants