Skip to content

Commit e91900e

Browse files
committed
use cmake 3.27 until emscripten-core/emscripten#21987 is merged
1 parent aefe043 commit e91900e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.28)
1+
cmake_minimum_required(VERSION 3.27)
22

33
# BLAS/LAPACKE backend options
44
set(SQUINT_BLAS_BACKEND "NONE" CACHE STRING "BLAS/LAPACK backend to use (OpenBLAS, MKL, NONE)")

0 commit comments

Comments
 (0)