-
Notifications
You must be signed in to change notification settings - Fork 257
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
Merged too fast. #5
Comments
Hah. Merging too fast is definitely an issue. I'll be more careful next time. |
Also I left the version as a placeholder related to #3 Also I don't know how to do the package version on CMake side of things 🤷♂️ |
If I'm not mistaken, issue #3 is requesting a git tag for the current version and all future releases. I'll set this up sometime tomorrow and update the CMakeLists to reflect the version number of the master branch. |
Thanks for the contribution! :) |
That's what I meant, for it to reflect the version. |
I made a mistake.
$<BUILD_INTERFACE:$ {CMAKE_CURRENT_SOURCE_DIR}>/include)
Should be CMAKE_CURRENT_LIST_DIR not SOURCE_DIR. Literally just fixed it as you merged lol.
The text was updated successfully, but these errors were encountered: