diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-20 01:24:03 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-20 01:24:29 +0200 |
commit | 556c25855e62a8b66597dea1a92315d3cbcbdf4d (patch) | |
tree | 13cee8a685afdca8185e626e873211f439dde87d | |
parent | d01a1ff0348174f91bb2d3ba53145cc2c9f50a7f (diff) | |
download | liberty-556c25855e62a8b66597dea1a92315d3cbcbdf4d.tar.gz liberty-556c25855e62a8b66597dea1a92315d3cbcbdf4d.tar.xz liberty-556c25855e62a8b66597dea1a92315d3cbcbdf4d.zip |
Fix a CMake warning
-rw-r--r-- | CMakeLists.txt | 2 |
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) |