Skip to content
Snippets Groups Projects
  1. Nov 06, 2023
  2. Oct 31, 2023
  3. Oct 30, 2023
  4. Oct 26, 2023
  5. Oct 24, 2023
  6. Oct 20, 2023
  7. Oct 19, 2023
  8. Oct 18, 2023
  9. Oct 16, 2023
  10. Oct 15, 2023
  11. Oct 12, 2023
    • AIZAWA Hina's avatar
      Fix a build error on CMake < 3.0 systems · 12c14181
      AIZAWA Hina authored
      The project requires CMake version 2.8.12 as a minimum, but actually
      a build error occurs on systems with less than 3.0.
      
      The error is as follows:
      ```
        CMake Error at CMakeLists.txt:24 (CMAKE_POLICY):
          Policy "CMP0042" is not known to this version of CMake.
      
        (snip)
      
        -- Configuring incomplete, errors occurred!
      ```
      
      The document(*) says "This policy was introduced in CMake version 3.0",
      so avoid the error by inserting the version guard.
        (*) https://cmake.org/cmake/help/v3.0/policy/CMP0042.html
      12c14181
  12. Oct 11, 2023
  13. Oct 10, 2023
Loading