texcad 4.5.2 metadata: don't force build profile (#1812)

See comment in PR https://github.com/alire-project/alire-index/pull/1804 for LEA:
"Using [gpr-set-externals] here will make the build modes impossible to override by users. Use a default in the GPR file by using External (<VAR>, <default>)."
This commit is contained in:
Gautier de Montmollin
2026-02-25 09:51:54 +01:00
committed by GitHub
parent 53af522c1c
commit 0706451672
-3
View File
@@ -34,9 +34,6 @@ windows = true
[gpr-externals]
TeXCAD_Build_Mode = ["Debug", "Optimize"]
[gpr-set-externals]
TeXCAD_Build_Mode = "Debug"
[[depends-on]]
gwindows = ">=1.4.3"