Browse Source

Bump cmake minimum

This is so we can use the ENVIRONMENT_MODIFICATION feature across all platforms and simplify some QA cmake. Right now MSVC is special cased to use it since the other PATH variable editing doesn't work due to semicolon/colon issues in cmake parsing.
revert-0c36e162
Marek Roszko 9 months ago
parent
commit
dbab601c0a
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -22,7 +22,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
#
cmake_minimum_required( VERSION 3.21 FATAL_ERROR )
cmake_minimum_required( VERSION 3.22 FATAL_ERROR )
# Generate DEPFILES without transforming relative paths
cmake_policy( SET CMP0116 OLD )

Loading…
Cancel
Save