From abb686029de0c2544e3ba638c730e0ffed250d0b Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 20 May 2016 08:06:06 +0200 Subject: [PATCH] version was never used and wrong defined --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 37f0f9ed9..809cd9ea1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,10 +106,6 @@ message("***Found FORTRAN MPI COMPILER:\n${MPIFC}\n" ) #--------------------------------------------------------------------------------------- # Now start to care about DAMASK -# THE VERSION NUMBER. -set (DAMASK_VERSION_MAJOR 1) -set (DAMASK_VERSION_MINOR ${DAMASK_V}) - # Built-in options for DAMASK build system # -> can be overwritten from commandline/install_script option(OPENMP "Use OpenMP libaries for DAMASK" ON )