mrumtl

Describe materials that vary spectrally
git clone git://git.meso-star.fr/mrumtl.git
Log | Files | Refs | README | LICENSE

commit 454db8bc59be5ae38bd94eb38c8476967b9f5ad4
parent 66eef3367eb6299863fe70b3dcaeefc3a74c71fd
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  8 Jul 2021 12:10:57 +0200

Bump CMake minimum version 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(mrumtl C) enable_testing()