Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.7.0-rc1
-
None
Description
If I set the targets to "Current executable" in the build steps, building fails like this:
15:29:29: Running steps for project BAPGui... 15:29:29: Starting: "/usr/bin/cmake" --build . --target 'bap-gui /home/florian/sources/bap-gui/' ninja: error: unknown target 'bap-gui /home/florian/sources/bap-gui' 15:29:29: The process "/usr/bin/cmake" exited with code 1. Error while building/deploying project BAPGui (kit: Desktop Qt 5.11.1 GCC 64bit) When executing step "CMake Build" 15:29:29: Elapsed time: 00:00.
As you can see I am using cmake and ninja; their versions are as follows:
➜ ~ cmake --version cmake version 3.11.2 CMake suite maintained and supported by Kitware (kitware.com/cmake). ➜ ~ ninja --version 1.8.2