Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit c8bfa3a

Browse files
author
Tor Didriksen
committed
Bug #33791736 The POST_BUILD TARGET libmysql_api_test may fail when bulding with Xcode
Post-push fix: use MY_ADD_CUSTOM_TARGET to silence msbuild: Warning MSB8065: File not created Custom build for ... succeeded, but specified output ... has not been created. Change-Id: Id9bbdc6263694b0a50f8bc460e796dd396ff0309
1 parent 7a40804 commit c8bfa3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎libmysql/CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ IF(HAS_WARN_FLAG)
427427
ENDIF()
428428

429429
# Verify that libmysql_api_test runs OK
430-
ADD_CUSTOM_TARGET(run_libmysql_api_test ALL
430+
MY_ADD_CUSTOM_TARGET(run_libmysql_api_test ALL
431431
DEPENDS libmysql_api_test
432432
COMMAND libmysql_api_test
433433
> ${CMAKE_CURRENT_BINARY_DIR}/libmysql_api_test.out

0 commit comments

Comments
 (0)