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 e67d92fc05
commit ebdb0feb7f
4 changed files with 61 additions and 33 deletions

View File

@ -1,7 +1,7 @@
# - musrfit
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(nexus "build optional NeXus support. Needed for ISIS" OFF)