From 7d2a0544a76cb907fa2a09c897042fb804181321 Mon Sep 17 00:00:00 2001 From: Hans Date: Fri, 3 May 2024 17:34:29 +0800 Subject: [PATCH] chore: remove set CMAKE_RUNTIME_OUTPUT_DIRECTORY --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6a4d7f..9030285 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,9 +40,6 @@ endif() set(PLATFORM_BINARY_DIR ${CMAKE_SOURCE_DIR}/bin/${PLATFORM}${VARIANT}/${ARCH}) -# set output directory -set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PLATFORM_BINARY_DIR}) - message(STATUS "Build type: ${CMAKE_BUILD_TYPE}") message(STATUS "Platform: ${PLATFORM}") message(STATUS "Architecture: ${ARCH}")