export to YAML functionality is only available if there is YAML format data

This commit is contained in:
Axel Kohlmeyer
2024-07-17 04:14:51 -04:00
parent d277a12e43
commit 5afde3f0f5
3 changed files with 26 additions and 7 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(lammps-gui VERSION 1.6.1 LANGUAGES CXX)
project(lammps-gui VERSION 1.6.2 LANGUAGES CXX)
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOMOC ON)