Skip to content

Commit

Permalink
chore: remove set CMAKE_RUNTIME_OUTPUT_DIRECTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed May 3, 2024
1 parent 7b0a5ad commit 7d2a054
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 7d2a054

Please sign in to comment.