Giter Club home page Giter Club logo

cpp-boilerplate's Issues

Make the cmake warning module create a target

replace target_set_warnings by a new INTERFACE target (generated trough add_warnings_interface ?) that you can link. This will give a better control (can use PUBLIC/PRIVATE/INTERFACE when linking)

Not clear how to enable/disable specific warnings

I'm looking at the file Warnings.cmake. From the syntax of the target_set_warnings() function it defines, it seems to allow you to disable or enable specific warnings, not just ALL or Annoying; yet - I can't see where in the code this is handled. It seems like it isn't.

Am I missing something? Is this intentional?

So How to build the project?

it is not clear if this project boiler plate is buildable?
if so, how to build it?
Maybe put into readme /FAQ

Running the build and documentation for it

Hi! I'm quite new to cmake, but I tried to run cmake . after bootstrapping the project. It showed an error from here:

if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR) message(FATAL_ERROR "Do not build in-source. Please remove CMakeCache.txt and the CMakeFiles/ directory. Then build out-of-source.") endif()

Is there any installation instructions of how to build?

Support for Jenkins

Hi, great repo! I'm learning a lot.

Would be good if Jenkins was also supported. This is a very popular CI tool.

Update dependencies and CI

Dependencies have not been updated for a while, it does not really change anything cmake or CI related but it would be good to use the latest versions of libraries.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.