commit 59a69e1e3ae3a47c108f7b2cc3275e8014d2d0a6
parent c7c614c17f4368c0913987b3d2d41dc600ea5637
Author: vaplv <vaplv@free.fr>
Date: Thu, 7 Oct 2021 10:15:18 +0200
Set CMake minimum version to 3.1
CMake 2.8 is deprecated
Diffstat:
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(polygon C)
enable_testing()