Skip to content

Commit

Permalink
ENH: Allow users to have a CMakeUserPresets.json file
Browse files Browse the repository at this point in the history
CMake now provides a mechanism for defining preset confiurations
for selecting and building based on user preferences.

CMakeUserPresets.json should NOT be checked into a version control system.

CMakePresets.json may be tracked in git, but
CMakeUserPresets.json should be added to the .gitignore.
  • Loading branch information
hjmjohnson committed Nov 12, 2021
1 parent e31d336 commit e32e05a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -43,3 +43,6 @@ CMakeLists.txt.user*

# Ignore testing temporary files
Testing/Temporary/

# CMake user presets
CMakeUserPresets.json

0 comments on commit e32e05a

Please sign in to comment.