aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/ada/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ada/CMakeLists.txt b/contrib/ada/CMakeLists.txt
index 8922200c..b7a2e4dc 100644
--- a/contrib/ada/CMakeLists.txt
+++ b/contrib/ada/CMakeLists.txt
@@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
5project( 5project(
6 zlibAda 6 zlibAda
7 VERSION 1.0.0 7 VERSION 1.0.0
8 LANGUAGES ADA 8 LANGUAGES C ADA
9 DESCRIPTION "A library for creating zipfiles based in zlib" 9 DESCRIPTION "A library for creating zipfiles based in zlib"
10 HOMEPAGE_URL "https://www.zlib.net") 10 HOMEPAGE_URL "https://www.zlib.net")
11 11