mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
(actually) fix broken MS2022 behavior
a recent Visual Studio update introduced an error unless there is a CMakePresets.json file present, completely blowing up the previous setup. after this commit, you should either delete the CMakeUserPresets.json file from your root or add it to your system - NOT repo! - excludesFile: https://stackoverflow.com/questions/7335420/global-git-ignore
This commit is contained in:
committed by
majcosta
parent
2424066aab
commit
98cdffe5fd
+1
-1
@@ -6,6 +6,6 @@
|
||||
/.vs/
|
||||
/build/
|
||||
/out/
|
||||
/CMakePresets.json
|
||||
/CMakeSettings.json
|
||||
/CMakeUserPresets.json
|
||||
/lib/
|
||||
|
||||
Reference in New Issue
Block a user