Skip to content

Commit

Permalink
Fix path used for output files.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Feb 13, 2024
1 parent 06cd5c9 commit 9be359b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions export/planloader/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

cmake_path(GET CMAKE_CURRENT_BINARY_DIR PARENT_PATH
CMAKE_CURRENT_BINARY_PARENT_DIR)
cmake_path(GET CMAKE_CURRENT_BINARY_PARENT_DIR PARENT_PATH
CMAKE_CURRENT_BINARY_TOPLEVEL_DIR)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY
"${CMAKE_CURRENT_BINARY_TOPLEVEL_DIR}/${BUILD_SUBDIR_NAME}")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_PARENT_DIR})

add_test_case(
planloader_test
Expand Down

0 comments on commit 9be359b

Please sign in to comment.