• Millian Poquet's avatar
    CMakeLists update · aaa0be85
    Millian Poquet authored
    Options have been added to:
      - enable warnings
      - treat warnings as errors
      - enable compile-time optimizations
      - disable run-time assertions
    
    gcc/clang versions are checked to ensure they support c++11.
    The C++11 flag is set manually to limit CMake version need.
    The CMake version needed is now 2.8.11 (target_compile_definitions).
    aaa0be85