From aad04168f5c9c7460b26e14b48bfa19fdfd0a33e Mon Sep 17 00:00:00 2001 From: zjyhjqs Date: Thu, 24 Apr 2025 00:17:24 +0800 Subject: [PATCH] keep project/package name same with Config.cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 912f3a6..51fb3d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.7.2) project( - ghcfilesystem + ghc_filesystem VERSION 1.5.15 HOMEPAGE_URL "https://github.com/gulrak/filesystem" LANGUAGES CXX