diff options
author | Franklin Wei <franklin@rockbox.org> | 2019-12-27 23:03:35 -0500 |
---|---|---|
committer | Franklin Wei <franklin@rockbox.org> | 2019-12-27 23:03:35 -0500 |
commit | 8aeca32c1b4d5506744680b079d5e03a838178e4 (patch) | |
tree | d39e91de7d54327a96970ba4421e4fb9b2511349 | |
parent | a99daf4a49dfbe9f4ec9bd16da8c2ad274b592a4 (diff) | |
download | libfml-8aeca32c1b4d5506744680b079d5e03a838178e4.zip libfml-8aeca32c1b4d5506744680b079d5e03a838178e4.tar.gz libfml-8aeca32c1b4d5506744680b079d5e03a838178e4.tar.bz2 libfml-8aeca32c1b4d5506744680b079d5e03a838178e4.tar.xz |
Suppress CMake warning
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |