diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-11 12:20:14 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-11 12:20:14 +0100 |
commit | 679a4e57903e339ec8255df55ec2ca4e322c6a9c (patch) | |
tree | b68702ce6d3828daab486a31136dee273d4a82d6 /cmake | |
parent | c10d97e2f19a852622221be70e9fe372bd916743 (diff) | |
download | kube-679a4e57903e339ec8255df55ec2ca4e322c6a9c.tar.gz kube-679a4e57903e339ec8255df55ec2ca4e322c6a9c.zip |
Cleanup
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/modules/add_gpg_crypto_test.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/add_gpg_crypto_test.cmake b/cmake/modules/add_gpg_crypto_test.cmake index c3df76c9..998e9228 100644 --- a/cmake/modules/add_gpg_crypto_test.cmake +++ b/cmake/modules/add_gpg_crypto_test.cmake | |||
@@ -31,7 +31,7 @@ macro (ADD_GPG_CRYPTO_TEST _target _testname) | |||
31 | add_custom_command(TARGET ${_target} POST_BUILD | 31 | add_custom_command(TARGET ${_target} POST_BUILD |
32 | COMMAND ${CMAKE_COMMAND} | 32 | COMMAND ${CMAKE_COMMAND} |
33 | -D_filename=${_executable}.shell -D_library_path_variable=${_library_path_variable} | 33 | -D_filename=${_executable}.shell -D_library_path_variable=${_library_path_variable} |
34 | -D_ld_library_path="${_ld_library_path}" -D_executable=$<TARGET_FILE:${_target}> | 34 | -D_ld_library_path="${_ld_library_path}" -D_executable=${_executable} |
35 | -D_gnupghome="${GNUPGHOME}" | 35 | -D_gnupghome="${GNUPGHOME}" |
36 | -P ${CMAKE_SOURCE_DIR}/cmake/modules/generate_crypto_test_wrapper.cmake | 36 | -P ${CMAKE_SOURCE_DIR}/cmake/modules/generate_crypto_test_wrapper.cmake |
37 | ) | 37 | ) |