This is an automated email from the ASF dual-hosted git repository.
astitcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
The following commit(s) were added to refs/heads/master by this push:
new 592bdcc PROTON-2152: Gah!
592bdcc is described below
commit 592bdcc98103b33a495db7525decce2d0ba163f2
Author: Andrew Stitcher <[email protected]>
AuthorDate: Tue Dec 10 13:39:40 2019 -0500
PROTON-2152: Gah!
---
c/tests/fuzz/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/c/tests/fuzz/CMakeLists.txt b/c/tests/fuzz/CMakeLists.txt
index a43ad19..fc66eb6 100644
--- a/c/tests/fuzz/CMakeLists.txt
+++ b/c/tests/fuzz/CMakeLists.txt
@@ -59,7 +59,7 @@ target_link_libraries (fuzz-message-decode qpid-proton-core)
# pn_url_parse is not in proton core and is only used by messenger so compile
specially
set(platform_MSVC ${PN_C_SOURCE_DIR}/compiler/msvc/snprintf.c)
-set(platform ${extra_${CMAKE_C_COMPILER_ID}})
+set(platform ${platform_${CMAKE_C_COMPILER_ID}})
pn_add_fuzz_test (fuzz-url
fuzz-url.c
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]