Use hyphens in cmake instead of underscores when appropriate
Compare changes
- Vladimir Onoprienko authored
Automatic download of dependencies is considered to be the default behavior when building the project according to README.md. However, the automatic download is not enabled by default now due to the mistake in syntax of option() command in CMakeLists.txt. This commit fixes the bug.
+ 1
− 1