You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cmake 3.20.5 outputs the following warning for PartMC CMakeLists.txt file:
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
There is a comment in the CMakeLists.txt file stating that:
# Require 2.6.4 due to -I/usr/include behavior:
# http://www.cmake.org/Bug/view.php?id=8598
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35707
# http://www.cmake.org/Bug/view.php?id=8408
The referenced CMake bug reports are now closed, the gcc one seems to be a WONTFIX.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I think we should just delete the cmake_minimum_required() line (and the comment lines to the bug trackers). This is all ancient history at this point.
Cmake 3.20.5 outputs the following warning for PartMC CMakeLists.txt file:
There is a comment in the CMakeLists.txt file stating that:
The referenced CMake bug reports are now closed, the gcc one seems to be a WONTFIX.
Any thoughts?
The text was updated successfully, but these errors were encountered: