From 679a4e57903e339ec8255df55ec2ca4e322c6a9c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 11 Nov 2017 12:20:14 +0100 Subject: Cleanup --- cmake/modules/add_gpg_crypto_test.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) add_custom_command(TARGET ${_target} POST_BUILD COMMAND ${CMAKE_COMMAND} -D_filename=${_executable}.shell -D_library_path_variable=${_library_path_variable} - -D_ld_library_path="${_ld_library_path}" -D_executable=$ + -D_ld_library_path="${_ld_library_path}" -D_executable=${_executable} -D_gnupghome="${GNUPGHOME}" -P ${CMAKE_SOURCE_DIR}/cmake/modules/generate_crypto_test_wrapper.cmake ) -- cgit v1.2.3