From 826bbaa738c31b7a56e0d7e1475107558148be93 Mon Sep 17 00:00:00 2001 From: Bertrand Coconnier Date: Sun, 8 Sep 2024 11:48:09 +0200 Subject: [PATCH] Don't compile `FGMars` as it is not used. --- src/models/atmosphere/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/models/atmosphere/CMakeLists.txt b/src/models/atmosphere/CMakeLists.txt index d52aac5fa5..c04ded5e22 100644 --- a/src/models/atmosphere/CMakeLists.txt +++ b/src/models/atmosphere/CMakeLists.txt @@ -1,12 +1,10 @@ set(SOURCES FGMSIS.cpp - FGMars.cpp FGStandardAtmosphere.cpp FGWinds.cpp MSIS/nrlmsise-00.c MSIS/nrlmsise-00_data.c) set(HEADERS FGMSIS.h - FGMars.h FGStandardAtmosphere.h FGWinds.h MSIS/nrlmsise-00.h)