diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ diff --git a/CMakeLists.txt b/CMakeLists.txt index 14c2297..5bc2722 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,10 @@ +cmake_minimum_required(VERSION 3.5) + project(thinkfan LANGUAGES CXX) include(GNUInstallDirs) set(THINKFAN_VERSION 2.0.0) -cmake_minimum_required(VERSION 3.0) - # Generate absolute paths or something cmake_policy(SET CMP0015 NEW)