diff options
Diffstat (limited to 'contrib/ada')
| -rw-r--r-- | contrib/ada/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ada/CMakeLists.txt b/contrib/ada/CMakeLists.txt index cb8b1568..3ede5f9d 100644 --- a/contrib/ada/CMakeLists.txt +++ b/contrib/ada/CMakeLists.txt | |||
| @@ -14,7 +14,7 @@ option(ZLIB_ADA_BUILD_STATIC "Enable building ada bindings static library" ON) | |||
| 14 | option(ZLIB_ADA_BUILD_TESTING "Enable building tests for ada bindings library" ON) | 14 | option(ZLIB_ADA_BUILD_TESTING "Enable building tests for ada bindings library" ON) |
| 15 | 15 | ||
| 16 | if(WIN32 OR CYGWIN) | 16 | if(WIN32 OR CYGWIN) |
| 17 | set(zlibAda_static_suffix "s") | 17 | set(zlib_Ada_static_suffix "s") |
| 18 | set(CMAKE_DEBUG_POSTFIX "d") | 18 | set(CMAKE_DEBUG_POSTFIX "d") |
| 19 | endif(WIN32 OR CYGWIN) | 19 | endif(WIN32 OR CYGWIN) |
| 20 | 20 | ||
| @@ -150,7 +150,7 @@ if(ZLIB_ADA_BUILD_STATIC) | |||
| 150 | INTERFACE ZLIB::ZLIBSTATIC) | 150 | INTERFACE ZLIB::ZLIBSTATIC) |
| 151 | 151 | ||
| 152 | set_target_properties(zlib-AdaStatic | 152 | set_target_properties(zlib-AdaStatic |
| 153 | PROPERTIES OUTPUT_NAME zlib-Ada${zlibAda_static_suffix}) | 153 | PROPERTIES OUTPUT_NAME zlib-Ada${zlib_Ada_static_suffix}) |
| 154 | 154 | ||
| 155 | ada_add_library(zlib-streamsStatic STATIC | 155 | ada_add_library(zlib-streamsStatic STATIC |
| 156 | zlib-streams.adb) | 156 | zlib-streams.adb) |
