OpenBluetoothToolbox / SimpleBLE

SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, Linux and Android.
https://www.simpleble.org
Other
655 stars 110 forks source link

Incorrect cmake flag in build instructions #257

Closed allanvaughanjones closed 1 month ago

allanvaughanjones commented 1 year ago

I think the '-H' flag in the build documentation is wrong; cmake -H <path-to-simpleble> -B build_simpleble

The -H I believe should be -S. From cmake --help;

-h,-H,--help,-help,-usage,/? = Print usage information and exit.

Oddly it does work if there's no gap between the -H and the file path.

I'm on cmake 2.35.