htgop

Optical properties of a gas mixture
git clone git://git.meso-star.fr/htgop.git
Log | Files | Refs | README | LICENSE

commit c2e3ba4d9b45fa726beb4b76a1e800329449988e
parent 5eda73c8baef74d6901c20ef60edc1fe8f7fd710
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  8 Jul 2021 12:12:39 +0200

Bump CMake minimum verison to 3.1

CMake 2.8 is deprecated

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.1) project(htgop C) enable_testing()