commit f5157e0442cfe35ddaa99fd59a15659f52719567
parent a0660d69adff945a978be6cf7f9dd4711f500181
Author: vaplv <vaplv@free.fr>
Date: Fri, 27 Aug 2021 12:17:33 +0200
Set CMake minimum version to 3.1
CMake 2.6 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.6)
+cmake_minimum_required(VERSION 3.1)
project(aw C)
cmake_policy(SET CMP0011 NEW)
enable_testing()