Skip to content

Commit

Permalink
Revert cmake min version back to 3.20
Browse files Browse the repository at this point in the history
Other parts of the cmake build rely on language
overrides being fed into the compiler. While this
could be adjusted to maintain the lower version
number, these adjustments to the source code are
outside the scope of these changes. Coupled with
the only-recent version drop, the more appropriate
approach is to revert the version back to the
higher working version and evaluate the necessary
code adjustments for cmake 3.19 to be viable at
a later time in a separate feature.
  • Loading branch information
islas committed Jan 13, 2025
1 parent 7adbe6e commit 5129e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.19 )
cmake_minimum_required( VERSION 3.20 )

project( WRF )

Expand Down

0 comments on commit 5129e3f

Please sign in to comment.