From 8aeca32c1b4d5506744680b079d5e03a838178e4 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 27 Dec 2019 23:03:35 -0500 Subject: Suppress CMake warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86f33d4..df7f083 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.9) -project(libfml VERSION 1.0 DESCRIPTION "Frank's Math Library") +project(libfml) add_library(fml SHARED src/curve.cpp -- cgit v1.1