Remove automake support
Since the cmake tool chain is now stable, the automake tool chain is removed from musrfit. This makes documentation and code less cluttered. Conflicts: configure.ac src/Makefile.am src/classes/Makefile.am src/external/MuSR_software/Makefile.am
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# - musrfit --- DKS -----------------------------------------------------------
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
|
||||
project(musrfit VERSION 1.4.1 LANGUAGES C CXX)
|
||||
project(musrfit VERSION 1.4.2 LANGUAGES C CXX)
|
||||
|
||||
#--- musrfit specific options -------------------------------------------------
|
||||
option(dks "build musrfit with DKS (GPU/MIC) support" ON)
|
||||
|
||||
Reference in New Issue
Block a user