path-run-name in RUN block of the msr-file can now handle spaces.

This commit is contained in:
2025-01-18 13:35:08 +01:00
parent bfade6f4b8
commit 8dc871e082
4 changed files with 61 additions and 33 deletions

View File

@ -1,7 +1,7 @@
# - musrfit --- DKS -----------------------------------------------------------
cmake_minimum_required(VERSION 3.17)
project(musrfit VERSION 1.9.6 LANGUAGES C CXX)
project(musrfit VERSION 1.9.7 LANGUAGES C CXX)
#--- musrfit specific options -------------------------------------------------
option(dks "build musrfit with DKS (GPU/MIC) support" ON)