diff options
-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 | ) |