Skip to content

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.

1 participant