Skip to content
Snippets Groups Projects
  1. Jan 14, 2018
  2. Jan 09, 2018
  3. Jan 08, 2018
  4. Jan 02, 2018
  5. Dec 18, 2017
  6. Dec 15, 2017
  7. Nov 22, 2017
  8. Oct 20, 2017
  9. Oct 17, 2017
  10. Oct 09, 2017
  11. Oct 05, 2017
  12. Oct 04, 2017
  13. Sep 30, 2017
    • Lucas De Marchi's avatar
      build: get rid of annoying CMake warning (#8033) · fa458cdf
      Lucas De Marchi authored
      Depending on the CMake version when we are configuring it emits a
      warning about deprecation of CMAKE_FORCE_CXX_COMPILER. However we
      rely on this macro and don't want to do what CMAKE_CXX_COMPILER
      is doing. Here is what I get with CMake 3.9.1:
      
      	CMake Deprecation Warning at /usr/share/cmake/Modules/CMakeForceCompiler.cmake:83 (message):
      	  The CMAKE_FORCE_CXX_COMPILER macro is deprecated.  Instead just set
      	  CMAKE_CXX_COMPILER and allow CMake to identify the compiler.
      	Call Stack (most recent call first):
      	  cmake/toolchains/Toolchain-arm-none-eabi.cmake:37 (cmake_force_cxx_compiler)
      	  /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:94 (include)
      	  CMakeLists.txt:263 (project)
      
      Avoid the warning by passing -Wno-deprecated to cmake.
      fa458cdf
  14. Sep 29, 2017
  15. Sep 28, 2017
  16. Sep 16, 2017
  17. Sep 14, 2017
  18. Sep 10, 2017
  19. Aug 23, 2017
  20. Aug 01, 2017
  21. Jul 14, 2017
  22. Jun 12, 2017
  23. Jun 03, 2017
Loading