Fix the x64 release with perf tests CMakePresets.json by adding the missing enable-tests inheritance (#5152)

This commit is contained in:
Ahson Khan 2023-11-28 16:28:55 -08:00 committed by GitHub
parent 135e746243
commit ada3915d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -521,6 +521,7 @@
"inherits": [
"x64-static",
"release-build",
"enable-tests",
"enable-perf"
]
},