Skip to content

Commit bb2e498

Browse files
committed
Fix cmake version in build script; what was there does not exist
1 parent 262dcbb commit bb2e498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lc-builds/corona_sycl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ DATE=$(printf '%(%Y-%m-%d)T\n' -1)
3838
export PATH=${SYCL_PATH}/bin:$PATH
3939
export LD_LIBRARY_PATH=${SYCL_PATH}/lib:${SYCL_PATH}/lib64:$LD_LIBRARY_PATH
4040

41-
module load cmake/3.24.2
41+
module load cmake/3.23.1
4242

4343
cmake \
4444
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} \

0 commit comments

Comments
 (0)