summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2021-12-02 23:05:16 +0000
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2021-12-02 23:05:16 +0000
commit718feeb1b7750723c4d0bcf3547b021211d459e8 (patch)
tree3a9aa2abc5a78f3fd68968ebf1c156647c5f7f9b
parent0c81135cc68168f77157af1df5997057e0fc5b15 (diff)
downloadlibapr-718feeb1b7750723c4d0bcf3547b021211d459e8.tar.gz
Fix message; The LOCATION property should not be read from target gen_test_char
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1895514 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7fb408d7f..b911aa857 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -119,7 +119,7 @@ CONFIGURE_FILE(include/apu_want.hw
COPYONLY)
ADD_EXECUTABLE(gen_test_char tools/gen_test_char.c)
-GET_TARGET_PROPERTY(GEN_TEST_CHAR_EXE gen_test_char LOCATION)
+SET(GEN_TEST_CHAR_EXE ${PROJECT_BINARY_DIR}/gen_test_char.exe)
ADD_CUSTOM_COMMAND(
COMMENT "Generating character tables, apr_escape_test_char.h, for current locale"
DEPENDS gen_test_char