remove fluff about adios in CMakeLists.txt.

This commit is contained in:
Norbert Podhorszki 2019-02-10 19:19:49 -05:00
parent 9c52a37546
commit 75fe967876
1 changed files with 1 additions and 9 deletions

View File

@ -2,15 +2,7 @@
# CMake build system
# This file is part of LAMMPS
# Created by Christoph Junghans and Richard Berger
if(PKG_USER-ADIOS)
message(STATUS "Force newer standards because of using ADIOS")
cmake_minimum_required(VERSION 3.6)
# Force C++11 and C99
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED True)
else()
cmake_minimum_required(VERSION 2.8.12)
endif()
cmake_minimum_required(VERSION 2.8.12)
project(lammps CXX)
set(SOVERSION 0)