TheThingsIndustries / generic-node-se

Generic Node Sensor Edition
https://www.genericnode.com
Other
109 stars 31 forks source link

Ninja is case sesitive #118

Closed goran-mahovlic closed 3 years ago

goran-mahovlic commented 3 years ago

Summary: While testing docker run on linux following this guide

https://thethingsindustries.github.io/generic-node-docs/getting-started/se-sw/env-setup/docker/

this command is not working

cmake -G ninja ../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=../../cross.cmake -DTARGET_APP=basic

...

How do you propose to implement this?

Ninja seams to be case sensitive and this command is working.

cmake -G Ninja ../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=../../cross.cmake -DTARGET_APP=basic ...

elsalahy commented 3 years ago

Thanks @goran-mahovlic for the note, this is now fixed and updated in this PR