aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-06-20 01:24:03 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-06-20 01:24:29 +0200
commit556c25855e62a8b66597dea1a92315d3cbcbdf4d (patch)
tree13cee8a685afdca8185e626e873211f439dde87d
parentd01a1ff0348174f91bb2d3ba53145cc2c9f50a7f (diff)
downloadliberty-556c25855e62a8b66597dea1a92315d3cbcbdf4d.tar.gz
liberty-556c25855e62a8b66597dea1a92315d3cbcbdf4d.tar.xz
liberty-556c25855e62a8b66597dea1a92315d3cbcbdf4d.zip
Fix a CMake warning
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fec6cc5..fef3839 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
-project (liberty C)
cmake_minimum_required (VERSION 2.8.12)
+project (liberty C)
# Moar warnings
if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)