Skip to content

Fix build of cmake projects with cmake 3.10.2

Remove unnecessary . at the end of cmake command

. at the end of cmake command is not necessary because the build and woking directory are explicitly specified with -H and -B options. In cmake version 3.10.2 dot at the end leads to ovewriting the value of -H option.

Merge request reports