forked from lijiext/lammps
remove fluff about adios in CMakeLists.txt.
This commit is contained in:
parent
9c52a37546
commit
75fe967876
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue