We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian GNU/Linux 8 Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u5 (2017-09-19) x86_64 GNU/Linux
error repeats with this build variants: CMakeError.log
system cmake: /usr/bin/cmake --version cmake version 3.0.2
custom local build of fresh cmake: /home/ponyatov/STM32/tools/bin/cmake --version cmake version 3.9.4
CC:
ponyatov@debian:~/STM32$ gcc --version gcc (Debian 4.9.2-10) 4.9.2
ponyatov@debian:~/STM32$ clang --version Debian clang version 3.5.0-10 (tags/RELEASE_350/final) (based on LLVM 3.5.0)
The text was updated successfully, but these errors were encountered:
ErrorLog with gcc/g++ CMakeError.log
Sorry, something went wrong.
CMake Error at CMakeLists.txt:105 (set_target_properties): set_target_properties called with incorrect number of arguments.
Problem fixed: use .zip snapshot
but very strange for professional development not to have dev branch + master branch for latest stable release
No branches or pull requests
Debian GNU/Linux 8
Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u5 (2017-09-19) x86_64 GNU/Linux
error repeats with this build variants:
CMakeError.log
system cmake:
/usr/bin/cmake --version
cmake version 3.0.2
custom local build of fresh cmake:
/home/ponyatov/STM32/tools/bin/cmake --version
cmake version 3.9.4
CC:
ponyatov@debian:~/STM32$ gcc --version
gcc (Debian 4.9.2-10) 4.9.2
ponyatov@debian:~/STM32$ clang --version
Debian clang version 3.5.0-10 (tags/RELEASE_350/final) (based on LLVM 3.5.0)
The text was updated successfully, but these errors were encountered: