diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2019-01-15 15:52:37 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2019-01-15 15:52:37 +0100 |
commit | 8d67c0f80aab724d67a1b6efb8af16aa71631a84 (patch) | |
tree | 4b49a7caa97f395502f16fcd790fdee48e7a688d /CMakeLists.txt | |
parent | 1f3da5c76acb20b2183ac52373ed3b0b63e1151e (diff) | |
parent | a20bf2b343e8e30e8b3f377da210c67027a9ecf3 (diff) | |
download | libnitrokey-8d67c0f80aab724d67a1b6efb8af16aa71631a84.tar.gz libnitrokey-8d67c0f80aab724d67a1b6efb8af16aa71631a84.tar.bz2 |
Merge branch '144-python_multiline'
Add Python support for multiline declarations in NK_C_API.h
Add test for reading a structure, which uses multiline declaration
Add offline test for Python
CI: execute offline test for Python (GCC5 build only)
Fixes #144
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1004baf..57ed28f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,8 +131,8 @@ execute_process( ENDIF() IF((NOT ${ADD_GIT_INFO}) OR (${PROJECT_VERSION_GIT_RETURN_CODE})) SET(PROJECT_VERSION_GIT "unknown") - MESSAGE(STATUS "Setting Git library version to: " ${PROJECT_VERSION_GIT} ) ENDIF() +MESSAGE(STATUS "Setting Git library version to: " ${PROJECT_VERSION_GIT} ) configure_file("version.cc.in" "version.cc" @ONLY) |