You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/09/05 09:41:17 UTC

[GitHub] michal-narajowski opened a new pull request #210: cmake: Add CXX to project languages

michal-narajowski opened a new pull request #210: cmake: Add CXX to project languages
URL: https://github.com/apache/mynewt-newt/pull/210
 
 
   If a package contains .cpp files, CMake produces the following error:
   ```
   CMake Error: Cannot determine link language for target <package-target>.
   CMake Error: CMake can not determine linker language for target: <package-target>
   ```
   
   Adding CXX to project languages if no package contains .cpp files doesn't affect the build.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services