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

moved header dep globbing outside of custom command #284

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

Conversation

JamesWP
Copy link

@JamesWP JamesWP commented Feb 17, 2018

inside custom command was causing a problem when using the Ninja generator
now the following works

$ sudo apt install ninja-build;
$ mkdir bld; cd bld;
$ cmake -G Ninja ..
$ cmake --build .

inside custom command was causing a problem when using the Ninja generator
now the following works

$ sudo apt install ninja-build;
$ mkdir bld; cd bld;
$ cmake -G Ninja ..
$ cmake --build .
rustyx added a commit to rustyx/crow that referenced this pull request Feb 8, 2019
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

1 participant