Skip to content

Commit 4555917

Browse files
authored
CMake: Removing INT_SIZE variable from presets (#11)
With this change, the default INT_SIZE of the system will be used. That is compatible with the Make system and default CMake options.
1 parent fac4a97 commit 4555917

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/cmake/presets/base.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
"name": "lp64",
66
"hidden": true,
77
"cacheVariables": {
8-
"INT_SIZE": "32",
98
"BLAS_INT_SIZE": "32"
109
}
1110
},
1211
{
1312
"name": "ilp64",
1413
"hidden": true,
1514
"cacheVariables": {
16-
"INT_SIZE": "64",
1715
"BLAS_INT_SIZE": "64"
1816
}
1917
},

0 commit comments

Comments
 (0)