From 2b5bbbf8f6c0fcaa0cd13f83c05c3b5891b48efd Mon Sep 17 00:00:00 2001 From: Mladen Turk Date: Thu, 2 Dec 2021 23:05:16 +0000 Subject: 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.1