cpptoml icon indicating copy to clipboard operation
cpptoml copied to clipboard

Fix build with CMake >= 4.0

Open tgurr opened this issue 8 months ago • 2 comments

CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

tgurr avatar May 22 '25 19:05 tgurr

Seeing as the owner of this project hasn't shown activity since 2020... I dont think we are gonna get this merged...

VintageDesign avatar Jun 30 '25 18:06 VintageDesign

Thanks: see https://github.com/ros/meta-ros/pull/1466

vermaete avatar Jul 12 '25 10:07 vermaete