Skip to content

Commit b8abb8b

Browse files
shtanko-svAbrilRBS
andcommitted
Remove cstd from default generated profiles
Co-authored-by: Abril Rincón Blanco <5364255+AbrilRBS@users.noreply.github.com>
1 parent 35ff4a5 commit b8abb8b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

conan/internal/api/profile/detect.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,5 @@ def detect_defaults_settings():
3434
cppstd = detect_cppstd(compiler, version)
3535
if cppstd:
3636
result.append(("compiler.cppstd", cppstd))
37-
cstd = detect_cstd(compiler, version)
38-
if cstd:
39-
result.append(("compiler.cstd", cstd))
4037
result.append(("build_type", "Release"))
4138
return result

0 commit comments

Comments
 (0)